diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-06-20 16:44:32 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-07-09 09:42:28 -0700 |
commit | 95cc1cb39e12fbb5cca3688f8a7ce22116846520 (patch) | |
tree | 384cb920a7eb3b065c2b74973a8f313d272813ac /scripts/analyse-locks-simpletrace.py | |
parent | 7379c0c82e8164b55dbf605ba9b3988442a73025 (diff) | |
download | qemu-95cc1cb39e12fbb5cca3688f8a7ce22116846520.zip qemu-95cc1cb39e12fbb5cca3688f8a7ce22116846520.tar.gz qemu-95cc1cb39e12fbb5cca3688f8a7ce22116846520.tar.bz2 |
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>
Diffstat (limited to 'scripts/analyse-locks-simpletrace.py')
0 files changed, 0 insertions, 0 deletions