target/ppc: Move DISAS_NORETURN setting into gen_exception*
commit3d8a5b69bd79ea324b79bde175d870d831e0afe8
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 May 2021 18:54:13 +0000 (12 15:54 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:28 +0000 (19 10:30 +1000)
treed0166b7ad7c51a276b3605792600d871bc9fabd9
parent624cb07fde08358bafeb88d677a61972783e0a8e
target/ppc: Move DISAS_NORETURN setting into gen_exception*

There are other valid settings for is_jmp besides
DISAS_NEXT and DISAS_NORETURN, so eliminating that
dichotomy from ppc_tr_translate_insn is helpful.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20210512185441.3619828-4-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c