OSDN Git Service

target/tricore: Use translator_use_goto_tb
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 23:58:46 +0000 (16:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (09:42 -0700)
commitd6b6f26170052452473fd8e674a29e337625dcdd
tree5adf3aa873e3d731803a686b8a79395886f9df49
parent5645aa2e76c4ab8ab1418d5d0fa732d06765d44f
target/tricore: 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: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/tricore/translate.c