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. Otherwise Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM