Re: [PATCH v5 06/23] target/ppc: Tidy exception vs exit_tb

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:08PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > We do not need to emit an exit_tb after an exception, > as the latter will exit via longjmp. > > Signed-off-by: Richard Henderson > Signed-off-by: Matheus Ferst Applied to

[PATCH v5 06/23] target/ppc: Tidy exception vs exit_tb

2021-05-17 Thread matheus . ferst
From: Richard Henderson We do not need to emit an exit_tb after an exception, as the latter will exit via longjmp. Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- target/ppc/translate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git