Re: [PATCH 01/14] target/s390x: Do not use unwind for per_check_exception

2024-05-22 Thread Ilya Leoshkevich
On Wed, 2024-05-01 at 22:44 -0700, Richard Henderson wrote: > Using exception unwind via tcg_s390_program_interrupt, > we discard the current value of psw.addr, which discards > the result of a branch. > > Pass in the address of the next instruction, which may > not be sequential.  Pass in ilen,

[PATCH 01/14] target/s390x: Do not use unwind for per_check_exception

2024-05-01 Thread Richard Henderson
Using exception unwind via tcg_s390_program_interrupt, we discard the current value of psw.addr, which discards the result of a branch. Pass in the address of the next instruction, which may not be sequential. Pass in ilen, which we would have gotten from unwind and is passed to the exception