From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV5Gl-0002Wi-Gl for qemu-devel@nongnu.org; Fri, 10 Jun 2011 13:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QV5Gj-0003Ib-Un for qemu-devel@nongnu.org; Fri, 10 Jun 2011 13:13:15 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:51329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV5Gj-0003IU-H5 for qemu-devel@nongnu.org; Fri, 10 Jun 2011 13:13:13 -0400 Received: by pvg3 with SMTP id 3so1386345pvg.4 for ; Fri, 10 Jun 2011 10:13:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5927cd5a12edfaef558e77c5078f79ce9f22397e.1307014902.git.quintela@redhat.com> References: <5927cd5a12edfaef558e77c5078f79ce9f22397e.1307014902.git.quintela@redhat.com> Date: Fri, 10 Jun 2011 18:13:11 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 12/14] linux-user: syscall should use sanitized arg1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org 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. -- PMM