target/tricore: Use tcg_gen_lookup_and_goto_ptr
commit3806471563f9f1b568a32fdece189a1cecb5ca01
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 21 Jun 2021 00:00:46 +0000 (20 17:00 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (9 09:42 -0700)
tree133566d002e0035c460a54dbc933be32bf85ee14
parentd6b6f26170052452473fd8e674a29e337625dcdd
target/tricore: Use tcg_gen_lookup_and_goto_ptr

The non-single-step case of gen_goto_tb may use
tcg_gen_lookup_and_goto_ptr to indirectly chain.

Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/tricore/translate.c