On Fri, Jul 14, 2017 at 23:42:35 -1000, Richard Henderson wrote: > From: Lluís Vilanova <[email protected]> > > Incrementally paves the way towards using the generic instruction translation > loop. > > Signed-off-by: Lluís Vilanova <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> (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 <[email protected]> E.
