target/arm: Use translator_use_goto_tb for aarch64
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 18:12:40 +0000 (11:12 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (09:42 -0700)
commit0285162bdf5f35c5c80df43cfb8941c9105ccfb1
tree442e445621c8bf490430ef126298d1c9d677291a
parent73fce314dbbf2d1c3cd411a34535ebe5d20e1e45
target/arm: Use translator_use_goto_tb for aarch64

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"),
and gdbstub singlestep is handled by the generic function.

Drop the unused 'n' argument to use_goto_tb.

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