target/microblaze: Use DISAS_NORETURN
commita2b80dbd96569338a4ac3f32aebbbd2d9a7f9718
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Aug 2020 23:53:08 +0000 (17 16:53 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (1 07:41 -0700)
treef50c57b2068485eb1b35b164fa80b1fe83c04e7a
parent1074c0fb9153f631ce93f7e7d74b935fdcb0d82a
target/microblaze: Use DISAS_NORETURN

Both exceptions and gen_goto_tb do not return.  Use the
official DISAS_NORETURN enumerator for this case.
This eliminates all use of DISAS_TB_JUMP.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/translate.c