]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: don't use ld_code2 to probe next pc
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Oct 2022 18:36:29 +0000 (19:36 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 31 Oct 2022 20:37:59 +0000 (20:37 +0000)
commitefe7c4f08d543cd4181c672bedba5575390db2a8
treedb194805dcab01693a31293918ef7dcf5500ca3d
parent839866fcbd4f2ce554f3c16bf68a520ebc2da310
target/s390x: don't use ld_code2 to probe next pc

This isn't an translator picking up an instruction so we shouldn't use
the translator_lduw function which has side effects for plugins.

Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221027183637.2772968-24-alex.bennee@linaro.org>
target/s390x/tcg/translate.c