Re: [PATCH 10/26] target/s390x: Use gen_psw_addr_disp in op_sam

2022-11-03 Thread Ilya Leoshkevich
On Wed, Oct 05, 2022 at 08:44:05PM -0700, Richard Henderson wrote: > Complicated because we may now require a runtime jump. > > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/translate.c | 40 +--- > 1 file changed, 28 insertions(+), 12 deletions(-)

[PATCH 10/26] target/s390x: Use gen_psw_addr_disp in op_sam

2022-10-05 Thread Richard Henderson
Complicated because we may now require a runtime jump. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 40 +--- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/target/s390x/tcg/translate.c b/target/s390x/tcg/translate.c index