linux-user: Fix MIPS indirect syscall handling
commit29fb0f25303a76edb100362eaea59b6f74bdb823
authorAn-Cheng Huang <ancheng@ubnt.com>
Tue, 9 Aug 2011 19:31:41 +0000 (9 12:31 -0700)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 9 Sep 2011 07:47:03 +0000 (9 10:47 +0300)
tree8be21a4f9389d8ffbee566cd90e7c0161da8438b
parentff7a981affbbc4f19f6f92143a3ddff90a1363fe
linux-user: Fix MIPS indirect syscall handling

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: Riku Voipio <riku.voipio@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: An-Cheng Huang <ancheng@ubnt.com>
linux-user/main.c