From: Richard Henderson <richard.hender...@linaro.org> > There are other valid settings for is_jmp besides DISAS_NEXT and > DISAS_NORETURN, so eliminating that dichotomy from ppc_tr_translate_insn is > helpful. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > v3: Retain an exit from translator loop for ctx->exception. > Do not emit code for single-step or ppc_tr_tb_stop for NORETURN. > --- > target/ppc/translate.c | 26 ++++++++++++++++++-------- > 1 file changed, 18 insertions(+), 8 deletions(-)
Reviewed-by: Luis Pires <luis.pi...@eldorado.org.br>