qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 12/14] linux-user: syscall should use sanitized arg1
Date: Fri, 10 Jun 2011 18:13:11 +0100

On 2 June 2011 12:53, Juan Quintela <address@hidden> wrote:
> Looking at the other architectures, we should be using "how" not "arg1".
>
> Signed-off-by: Juan Quintela <address@hidden>

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.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]