target/s390x: Remove use_exit_tb
commit95cc1cb39e12fbb5cca3688f8a7ce22116846520
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 23:44:32 +0000 (20 16:44 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (9 09:42 -0700)
tree384cb920a7eb3b065c2b74973a8f313d272813ac
parent7379c0c82e8164b55dbf605ba9b3988442a73025
target/s390x: 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").

In use_goto_tb, the check for singlestep_enabled is in the
generic translator_use_goto_tb.  In s390x_tr_tb_stop, the
check for singlestep_enabled is in the preceding do_debug test.

Which leaves only FLAG_MASK_PER: fold that test alone into
the two callers of use_exit tb.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/translate.c