target/alpha: Remove use_exit_tb
commitcba201f4c74a99b6ee0a43d66f5dae8f901b4006
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 22:40:42 +0000 (20 15:40 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:41:53 +0000 (9 09:41 -0700)
tree8cf041f5403f824adc3e9892253b9d775abcda71
parentd3a2a1d80331b437bcfa0dc43f2c447d3104898e
target/alpha: Remove use_exit_tb

We have not needed to end a TB for I/O since ba3e7926691
("icount: clean up cpu_can_io at the entry to the block").
We do not need to use exit_tb for singlestep, which only
means generate one insn per TB.

Which leaves only singlestep_enabled, which means raise a
debug trap after every TB, which does not use exit_tb,
which would leave the function mis-named.

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