OSDN Git Service

target/mips: Use translator_use_goto_tb
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 23:21:40 +0000 (16:21 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (09:42 -0700)
commit97eea3c19bda9537df35c43382f954335dceafff
treea5ec34a80d11d43294f9f3fe549b26d09047c877
parent725930c2a57d37f925b9b28f1655961a231f7d20
target/mips: Use translator_use_goto_tb

Just use translator_use_goto_tb directly at the one call site,
rather than maintaining a local wrapper.

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