]> 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>
Thu, 18 May 2023 18:09:59 +0000 (21:09 +0300)
commit6b718596862f21d09c69c6875f57a3c474459c25
tree5f233dd2d1821be26e37978335127de7fd1d6299
parentb7b814cd87a5fbe9f0fb5732dd28932699317bda
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