]> 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)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 16 May 2023 16:08:39 +0000 (19:08 +0300)
commitb858c53ef632b80f3269773a18b17639b1eec62c
treeb6480f3ff61e1f39b30285b55e15833af77af375
parent7ceebe3f90476d8a40b1172364bbdb393eb2ae68
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>
(cherry picked from commit e8ecdfeb30f087574191cde523e846e023911c8d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/s390x/tcg/translate.c