On 9 August 2011 20:31, An-Cheng Huang wrote:
> Change the number of argument for MIPS sys_syscall from 0 to 8. This
> allows arguments for indirect syscalls to be processed correctly.
>
> Signed-off-by: An-Cheng Huang
Reviewed-by: Peter Maydell
-- PMM
Change the number of argument for MIPS sys_syscall from 0 to 8. This
allows arguments for indirect syscalls to be processed correctly.
Signed-off-by: An-Cheng Huang
---
linux-user/main.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/main.c b/linux-user/main