]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: disable jmp_opt if EFLAGS.RF is 1
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 May 2024 15:17:47 +0000 (17:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 25 May 2024 08:00:12 +0000 (10:00 +0200)
commit8225bff7c5db504f50e54ef66b079854635dba70
tree91138f57042e83726dddbaac5361e916df95913e
parentc2bf2ccb266dc9ae4a6da75b845f54535417e109
target/i386: disable jmp_opt if EFLAGS.RF is 1

If EFLAGS.RF is 1, special processing in gen_eob_worker() is needed and
therefore goto_tb cannot be used.

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