* linux/mips/syscallent.h: Add and update 405 hooks.
---
linux/mips/syscallent.h | 650 +--
1 files changed, 405 insertions(+), 245 deletions(-)
diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h
index e2fe509..6551468 100644
--- a/linux/mi
syscall.c will not build under mips-n32 or mips-n64.
In syscall_enter() there is a call to ptrace() with an undefined
variable 'pid'. This should be replaced with 'tcp->pid'. Attached is a
patch that fixes the issue for me.
Please apply if approved.
Thanks,
syscall.c will not build under mips-n32 or mips-n64.
In syscall_enter() there is a call to ptrace() with an undefined
variable 'pid'. This should be replaced with 'tcp->pid'. Attached is a
patch that fixes the issue for me.
Please apply if approved.
Thanks,