target/nios2: add DISAS_NORETURN case for nothing more to generate
commit42928f2c9cd6185e3bda5e214f5c8f3603125ba9
authorWentong Wu <wentong.wu@intel.com>
Mon, 13 Jul 2020 13:36:10 +0000 (13 14:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Jul 2020 13:36:10 +0000 (13 14:36 +0100)
treec0e1f313182d1a4341bdb6299f80cc8b018c1424
parent0b823cb07eade4e7e133cc09dfaccceec04cb6a2
target/nios2: add DISAS_NORETURN case for nothing more to generate

Add DISAS_NORETURN case for nothing more to generate because at runtime
execution will never return from some helper call. And at the same time
replace DISAS_UPDATE in t_gen_helper_raise_exception and gen_exception
with the newly added DISAS_NORETURN.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
Message-id: 20200710233433.19729-1-wentong.wu@intel.com
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/nios2/translate.c