Home
last modified time | relevance | path

Searched hist:a50d52bc (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/avr/
H A Dtranslate.ca50d52bc Sun Jun 20 17:58:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> 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>