]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: fix incorrect EIP in PC-relative translation blocks
authorguoguangyao <guoguangyao18@mails.ucas.ac.cn>
Mon, 15 Jan 2024 02:08:04 +0000 (10:08 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 20 Jan 2024 09:21:08 +0000 (12:21 +0300)
commit652c34cbb20bccf8d1b00863c6e3da66da299cb9
tree259046dbda4bc8a42515f38eb8b59dfca1f2c3d5
parent6e8e580e3947eb77d1757a6ea59c58bd311bcb7e
target/i386: fix incorrect EIP in PC-relative translation blocks

The PCREL patches introduced a bug when updating EIP in the !CF_PCREL case.
Using s->pc in func gen_update_eip_next() solves the problem.

Cc: qemu-stable@nongnu.org
Fixes: b5e0d5d22fbf ("target/i386: Fix 32-bit wrapping of pc/eip computation")
Signed-off-by: guoguangyao <guoguangyao18@mails.ucas.ac.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240115020804.30272-1-guoguangyao18@mails.ucas.ac.cn>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 2926eab8969908bc068629e973062a0fb6ff3759)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/i386/tcg/translate.c