target/riscv: Remove dead code after exception
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jul 2021 00:34:13 +0000 (14:34 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Oct 2021 23:39:14 +0000 (16:39 -0700)
commitea06a006525181826b1197a987d474bdaeb0acf7
treee7f90782e07be1dd75cbfd06bbce2ff617df930b
parent9498d1032c107166ffb72939f99929a4dd3f600a
target/riscv: Remove dead code after exception

We have already set DISAS_NORETURN in generate_exception,
which makes the exit_tb unreachable.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/riscv/insn_trans/trans_privileged.c.inc