OSDN Git Service

target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 03:20:40 +0000 (20:20 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 17:04:56 +0000 (10:04 -0700)
commita67f11b1d9fe29a2e2f66b74d032fbe832b9131e
treebb0f452d56240005e84079fbc01019508195b5b7
parent6abfa161aab590dc84498fd2c3feceabbae60ec6
target/cris: 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: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/cris/translate.c