Re: [PATCH v5 07/23] target/ppc: Mark helper_raise_exception* as noreturn

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:09PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > Signed-off-by: Richard Henderson > Signed-off-by: Matheus Ferst Applied to ppc-for-6.1, thanks. > --- > target/ppc/helper.h | 4 ++-- > 1 file changed, 2 insertions(+), 2

[PATCH v5 07/23] target/ppc: Mark helper_raise_exception* as noreturn

2021-05-17 Thread matheus . ferst
From: Richard Henderson Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- target/ppc/helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/ppc/helper.h b/target/ppc/helper.h index 513066d54d..ea9f2a236c 100644 --- a/target/ppc/helper.h +++