Re: [PATCH for-9.0] target/hppa: Clear psw_n for BE on use_nullify_skip path

2024-03-26 Thread Philippe Mathieu-Daudé
On 26/3/24 19:35, Richard Henderson wrote: Along this path we have already skipped the insn to be nullified, so the subsequent insn should be executed. Cc: qemu-sta...@nongnu.org Reported-by: Sven Schnelle Signed-off-by: Richard Henderson --- target/hppa/translate.c | 1 + 1 file changed, 1

Re: [PATCH for-9.0] target/hppa: Clear psw_n for BE on use_nullify_skip path

2024-03-26 Thread Sven Schnelle
Richard Henderson writes: > Along this path we have already skipped the insn to be > nullified, so the subsequent insn should be executed. > > Cc: qemu-sta...@nongnu.org > Reported-by: Sven Schnelle > Signed-off-by: Richard Henderson > --- > target/hppa/translate.c | 1 + > 1 file changed, 1 i

[PATCH for-9.0] target/hppa: Clear psw_n for BE on use_nullify_skip path

2024-03-26 Thread Richard Henderson
Along this path we have already skipped the insn to be nullified, so the subsequent insn should be executed. Cc: qemu-sta...@nongnu.org Reported-by: Sven Schnelle Signed-off-by: Richard Henderson --- target/hppa/translate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/hppa/transla