diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2011-06-16 17:37:13 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@iki.fi> | 2011-06-21 20:30:10 +0300 |
commit | 5945cfcb4b862a57fbbbf794f5e4b0fa4499624a (patch) | |
tree | 9f50f18d5d3510f15d2065b414d3ecc432a6ee95 /target-m68k | |
parent | 3002fa8472b1b9293cac785ca032df727540f85d (diff) |
linux-user: Bump do_syscall() up to 8 syscall arguments
On 32 bit MIPS a few syscalls have 7 arguments, and so to call
them via NR_syscall the guest needs to be able to pass 8 arguments
to do_syscall(). Raise the number of arguments do_syscall() takes
accordingly.
This fixes some gcc 4.6 compiler warnings about arg7 and arg8
variables being set and never used.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Diffstat (limited to 'target-m68k')
0 files changed, 0 insertions, 0 deletions