commit | f34b97f89dd3893ef3652a6899487771402fc13c | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Apr 17 09:14:19 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Apr 17 23:02:15 2015 +0000 |
tree | f6e5c77dddbc41d81eced24c86c53a83fbc1ba70 | |
parent | 71fb134da63960185c02f8ae133413a86eef3ea4 [diff] |
mips o32: decode indirect syscall Implement decoding of MIPS O32 specific indirect syscall. * syscall.c [LINUX_MIPSO32] (decode_mips_subcall, sys_syscall): New functions. (trace_syscall_entering) [LINUX_MIPSO32]: Use decode_mips_subcall. * linux/mips/syscallent-o32.h (4000): Change sys_func to sys_syscall. Reported-and-tested-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>