On 5/24/24 01:10, Paolo Bonzini wrote:
sti only has one exit, so it does not need to generate the end-of-translation code inline. It can be deferred to tb_stop.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/translate.c | 13 ------------- target/i386/tcg/emit.c.inc | 4 +--- 2 files changed, 1 insertion(+), 16 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~