On 09/08/2015 11:46 AM, Peter Maydell wrote: > On 2 September 2015 at 06:52, Richard Henderson <r...@twiddle.net> 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 <r...@twiddle.net> >> 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~