On Fri, Jul 14, 2017 at 23:42:35 -1000, Richard Henderson wrote: > From: Lluís Vilanova <vilan...@ac.upc.edu> > > Incrementally paves the way towards using the generic instruction translation > loop. > > Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu> > Message-Id: <150002534291.22386.13499916738708680298.st...@frigg.lan> > Signed-off-by: Richard Henderson <r...@twiddle.net> (snip) > @@ -12135,6 +12063,7 @@ void gen_intermediate_code(CPUState *cs, > TranslationBlock *tb) > default: > /* FIXME: Single stepping a WFI insn will not halt the CPU. */ > gen_singlestep_exception(dc); > + break; > case DISAS_NORETURN: > break; > }
See my comment to patch 4. Otherwise, Reviewed-by: Emilio G. Cota <c...@braap.org> E.