On Wed, 30 Jun 2021 at 19:35, Richard Henderson <richard.hender...@linaro.org> wrote: > > 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. > > Cc: Michael Rolnik <mrol...@gmail.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM