linux-user: syscall should use sanitized arg1
commitbc088ba1db4ec9e5c3bc3e6b2bac816673d9cbdd
authorJuan Quintela <quintela@redhat.com>
Thu, 16 Jun 2011 16:37:10 +0000 (16 17:37 +0100)
committerRiku Voipio <riku.voipio@iki.fi>
Tue, 21 Jun 2011 17:30:10 +0000 (21 20:30 +0300)
treebe8d5e145abdeffe3c266e2c2721df307996a134
parent1add86983cbc972a3431368203f630e290c3f2bb
linux-user: syscall should use sanitized arg1

Looking at the other architectures, we should be using "how" not "arg1".

Signed-off-by: Juan Quintela <quintela@redhat.com>
[peter.maydell@linaro.org: remove unnecessary initialisation of how]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
linux-user/syscall.c