Re: [PATCH for-8.2] target/sparc: Fix RETURN

2023-11-09 Thread Mark Cave-Ayland
On 08/11/2023 20:47, Richard Henderson wrote: Perform window restore before pc update. Required in order to recognize any window underflow trap with the current pc. Fixes: 86b82fe021f4 ("target/sparc: Move JMPL, RETT, RETURN to decodetree") Reported-by: Mark Cave-Ayland Signed-off-by: Richard

Re: [PATCH for-8.2] target/sparc: Fix RETURN

2023-11-08 Thread Philippe Mathieu-Daudé
On 8/11/23 21:47, Richard Henderson wrote: Perform window restore before pc update. Required in order to recognize any window underflow trap with the current pc. Fixes: 86b82fe021f4 ("target/sparc: Move JMPL, RETT, RETURN to decodetree") Reported-by: Mark Cave-Ayland Signed-off-by: Richard Hend

[PATCH for-8.2] target/sparc: Fix RETURN

2023-11-08 Thread Richard Henderson
Perform window restore before pc update. Required in order to recognize any window underflow trap with the current pc. Fixes: 86b82fe021f4 ("target/sparc: Move JMPL, RETT, RETURN to decodetree") Reported-by: Mark Cave-Ayland Signed-off-by: Richard Henderson --- target/sparc/translate.c | 2 +-