]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: avoid calling gen_eob_inhibit_irq before tb_stop
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 May 2024 16:35:55 +0000 (18:35 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 25 May 2024 11:28:01 +0000 (13:28 +0200)
commit2512f786bfe0a63fbf59cf0354d2b2ae40198a6f
treeb6d981932d95b1df2cd0fcc72fca2409967c5660
parentc8494cb8b1fd73a1e6a3a6a022a7e4d7e481bdc1
target/i386: avoid calling gen_eob_inhibit_irq before tb_stop

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.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/emit.c.inc
target/i386/tcg/translate.c