Re: [PATCH 08/26] target/s390x: Use gen_psw_addr_disp in pc_to_link_info

2022-11-03 Thread Ilya Leoshkevich
On Wed, Oct 05, 2022 at 08:44:03PM -0700, Richard Henderson wrote: > This is slightly more complicated that a straight displacement > for 31 and 24-bit modes. Dont bother with a cant-happen assert. > > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/translate.c | 21

[PATCH 08/26] target/s390x: Use gen_psw_addr_disp in pc_to_link_info

2022-10-05 Thread Richard Henderson
This is slightly more complicated that a straight displacement for 31 and 24-bit modes. Dont bother with a cant-happen assert. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git