target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 May 2024 16:38:32 +0000 (18:38 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 25 May 2024 11:28:01 +0000 (13:28 +0200)
commitad8f2ad77eb5b78d4478f900518d832af005ad40
treee6816ba8970b17dc7c9fbfff8f7fdbcdd7d73ad6
parent2512f786bfe0a63fbf59cf0354d2b2ae40198a6f
target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same in tb_stop

This is an invariant now that there are no calls to gen_eob_inhibit_irq()
outside tb_stop.

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