Re: [PATCH 1/2] target/s390x: Fix EXECUTE of relative branches

2023-04-27 Thread Richard Henderson
On 4/27/23 00:58, Ilya Leoshkevich wrote: 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 Signed-off-by: Ilya Leoshkevich ---

[PATCH 1/2] target/s390x: Fix EXECUTE of relative branches

2023-04-26 Thread Ilya Leoshkevich
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 Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/translate.c | 81