Re: [PATCH v5 03/23] target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:05PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > The translation of branch instructions always results in exit from > the TB. Remove the synthetic "exception" after no more uses. > > Signed-off-by: Richard Henderson > Signed-off-by:

[PATCH v5 03/23] target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN

2021-05-17 Thread matheus . ferst
From: Richard Henderson The translation of branch instructions always results in exit from the TB. Remove the synthetic "exception" after no more uses. Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- linux-user/ppc/cpu_loop.c | 3 --- target/ppc/cpu.h | 2 --