target/cris: Use translator_use_goto_tb
commitca92d7f89b1bdc0cbe6a644d39f96cab23a33bd0
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 23:05:53 +0000 (20 16:05 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (9 09:42 -0700)
tree51a8f866a2b265991af498edb86e80706a21653e
parent1810afd56a947f4b201a6211da69100403402026
target/cris: Use translator_use_goto_tb

The test for singlestepping is done in translator_use_goto_tb,
so we may elide it from cris_tr_tb_stop.

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