Re: [Qemu-devel] [PATCH 12/14] linux-user: syscall should use sanitized arg1

2011-06-10 Thread Peter Maydell
On 2 June 2011 12:53, Juan Quintela wrote: > Looking at the other architectures, we should be using "how" not "arg1". > > Signed-off-by: Juan Quintela OK as far as it goes, but I think we should also change the int how = arg1; to just 'int how;' while we're cleaning up this chunk of code. --

[Qemu-devel] [PATCH 12/14] linux-user: syscall should use sanitized arg1

2011-06-02 Thread Juan Quintela
Looking at the other architectures, we should be using "how" not "arg1". Signed-off-by: Juan Quintela --- linux-user/syscall.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index f3d03b0..c90fcc2 100644 --- a/linux-user/sysc