target/cris: Use tcg_gen_lookup_and_goto_ptr
commite0a4620c1f8011cb2b638f9013e087b53ca325ad
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 20:49:17 +0000 (20 13:49 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 17:04:56 +0000 (29 10:04 -0700)
treebd2890476ad4022b8e6100f90f7797352dd1bb3e
parent3173715195a2cb7c92e89ca478a6ee86fe9551f0
target/cris: Use tcg_gen_lookup_and_goto_ptr

We can use this in gen_goto_tb and for DISAS_JUMP
to indirectly chain to the next TB.

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/cris/translate.c