From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcf2N-0001cj-AC for qemu-devel@nongnu.org; Thu, 17 Sep 2015 15:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcf2J-00046o-A2 for qemu-devel@nongnu.org; Thu, 17 Sep 2015 15:40:07 -0400 Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:36740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcf2J-00046i-61 for qemu-devel@nongnu.org; Thu, 17 Sep 2015 15:40:03 -0400 Received: by qgx61 with SMTP id 61so21906658qgx.3 for ; Thu, 17 Sep 2015 12:40:02 -0700 (PDT) Sender: Richard Henderson References: <1441173123-25540-1-git-send-email-rth@twiddle.net> <1441173123-25540-18-git-send-email-rth@twiddle.net> From: Richard Henderson Message-ID: <55FB170F.8050701@twiddle.net> Date: Thu, 17 Sep 2015 12:39:59 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: dl.soluz@gmx.net, QEMU Developers , Aurelien Jarno , Artyom Tarasenko On 09/08/2015 11:46 AM, Peter Maydell wrote: > On 2 September 2015 at 06:52, Richard Henderson wrote: >> The gen_opc_* arrays are already redundant with the data stored in >> the insn_start arguments. Transition restore_state_to_opc to use >> data from the later. > > Typo: "latter". > >> Signed-off-by: Richard Henderson >> diff --git a/tcg/tcg.c b/tcg/tcg.c >> index a44b834..d956f0b 100644 >> --- a/tcg/tcg.c >> +++ b/tcg/tcg.c >> @@ -1007,7 +1007,6 @@ void tcg_dump_ops(TCGContext *s) >> a = args[i]; >> #endif >> qemu_log(" " TARGET_FMT_lx, a); >> - >> } >> } else if (c == INDEX_op_call) { >> /* variable number of arguments */ > > Stray whitespace change. Amusingly, this is the whitespace that checkpatch complained about in patch 3.o r~