]> xenbits.xensource.com Git - qemu-xen.git/commit
target/s390x: Fix EXECUTE of relative branches
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 26 Apr 2023 23:58:12 +0000 (01:58 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 16 May 2023 07:14:18 +0000 (09:14 +0200)
commite8ecdfeb30f087574191cde523e846e023911c8d
treeadd65d487b84c3cb27dbe4a92316fe08938a6f6a
parentc2485ea402449dd19d51b2d7db7060afb2330b79
target/s390x: Fix EXECUTE of relative branches

Fix a problem similar to the one fixed by commit 703d03a4aaf3
("target/s390x: Fix EXECUTE of relative long instructions"), but now
for relative branches.

Reported-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230426235813.198183-2-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/translate.c