target/i386: Use translator_use_goto_tb
commitb473534d5df82042d1b2c9c651d3e80772ce0f4b
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 23:16:45 +0000 (20 16:16 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (9 09:42 -0700)
tree2f805fd9eb30192c331ff71cf28410940bdc7e03
parent57f914983c5a73dcff14403e7b2080bd7664cbf5
target/i386: 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/i386/tcg/translate.c