Re: [PATCH 1/3] s390x/tcg: Fix BRASL with a large negative offset

2022-03-11 Thread David Hildenbrand
On 11.03.22 19:49, Ilya Leoshkevich wrote: > When RI2 is 0x8000, qemu enters an infinite loop instead of jumping > backwards. Fix by adding a missing cast, like in in2_ri2(). > > Fixes: 8ac33cdb8bfb ("Convert BRANCH AND SAVE") > Signed-off-by: Ilya Leoshkevich > --- > target/s390x/tcg/transl

[PATCH 1/3] s390x/tcg: Fix BRASL with a large negative offset

2022-03-11 Thread Ilya Leoshkevich
When RI2 is 0x8000, qemu enters an infinite loop instead of jumping backwards. Fix by adding a missing cast, like in in2_ri2(). Fixes: 8ac33cdb8bfb ("Convert BRANCH AND SAVE") Signed-off-by: Ilya Leoshkevich --- target/s390x/tcg/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(