Hi,
On Tue, Feb 09, 2010 at 11:03:27AM -0800, David Daney wrote:
> 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 fo
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,
2010-02-09 David Daney
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,
2010-02-09 David Daney