On Wed, May 12, 2021 at 03:54:14PM -0300, [email protected] wrote: > From: Richard Henderson <[email protected]> > > Since POWERPC_SYSCALL is raised by gen_exception_err, > we will have also set DISAS_NORETURN. > > Signed-off-by: Richard Henderson <[email protected]> > Reviewed-by: Luis Pires <[email protected]> > Signed-off-by: Matheus Ferst <[email protected]>
Applied to ppc-for-6.1, thanks.
> ---
> target/ppc/translate.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/target/ppc/translate.c b/target/ppc/translate.c
> index 616ffc1508..2303bf259a 100644
> --- a/target/ppc/translate.c
> +++ b/target/ppc/translate.c
> @@ -9416,7 +9416,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_SYSCALL &&
> ctx->exception != POWERPC_EXCP_TRAP &&
> ctx->exception != POWERPC_EXCP_BRANCH &&
> ctx->base.is_jmp != DISAS_NORETURN)) {
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
