From: Richard Henderson <richard.hender...@linaro.org> Since POWERPC_EXCP_TRAP is raised by gen_exception_err, we will have also set DISAS_NORETURN.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org> Reviewed-by: Luis Pires <luis.pi...@eldorado.org.br> Signed-off-by: Matheus Ferst <matheus.fe...@eldorado.org.br> Message-Id: <20210512185441.3619828-6-matheus.fe...@eldorado.org.br> Signed-off-by: David Gibson <da...@gibson.dropbear.id.au> --- target/ppc/translate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target/ppc/translate.c b/target/ppc/translate.c index 18f581e495..9626bea9d5 100644 --- a/target/ppc/translate.c +++ b/target/ppc/translate.c @@ -9225,7 +9225,6 @@ static void ppc_tr_translate_insn(DisasContextBase *dcbase, CPUState *cs) /* Check trace mode exceptions */ if (unlikely(ctx->singlestep_enabled & CPU_SINGLE_STEP && (ctx->base.pc_next <= 0x100 || ctx->base.pc_next > 0xF00) && - ctx->exception != POWERPC_EXCP_TRAP && ctx->exception != POWERPC_EXCP_BRANCH && ctx->base.is_jmp != DISAS_NORETURN)) { uint32_t excp = gen_prep_dbgex(ctx); -- 2.31.1