OSDN Git Service

target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 04:29:13 +0000 (21:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 16:57:14 +0000 (09:57 -0700)
commit1cf134f1e8315456991186af53e5a6ddca94aaa2
tree77c011de58659ab3c54fac842c3032926a461fcc
parent13d5f87cc3b94bfccc501142df4a7b12fee3a6e7
target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN

The only semantic of DISAS_TB_JUMP is that we've done goto_tb,
which is the same as DISAS_NORETURN -- we've exited the tb.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/nios2/translate.c