]> git.proxmox.com Git - mirror_qemu.git/commit
target/avr: Use translator_use_goto_tb
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 22:58:37 +0000 (15:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:42:28 +0000 (09:42 -0700)
commita50d52bc3bea94f6c815692b27b6d3649a69c787
tree45c4d22cd2b52a6d050b1501bce1d0d3f3a6dfe7
parent97f11c81699a2ca5b68cd33f53e4e4997910dd60
target/avr: Use translator_use_goto_tb

Single stepping is not the only reason not to use goto_tb.
If goto_tb is disallowed, and single-stepping is not enabled,
then use tcg_gen_lookup_and_goto_tb to indirectly chain.

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