Re: [PATCH v4 4/6] target/hppa: Only set PSW 'M' bit on reset

2025-01-01 Thread Helge Deller
On 12/31/24 20:06, Philippe Mathieu-Daudé wrote: On reset: "All PSW bits except the M bit is reset. The M bit is set." Commit 1a19da0da44 ("target/hppa: Fill in hppa_cpu_do_interrupt / hppa_cpu_exec_interrupt") inadvertently set the W bit at RESET, remove it and set the M bit. Signed-off-by

[PATCH v4 4/6] target/hppa: Only set PSW 'M' bit on reset

2024-12-31 Thread Philippe Mathieu-Daudé
On reset: "All PSW bits except the M bit is reset. The M bit is set." Commit 1a19da0da44 ("target/hppa: Fill in hppa_cpu_do_interrupt / hppa_cpu_exec_interrupt") inadvertently set the W bit at RESET, remove it and set the M bit. Signed-off-by: Philippe Mathieu-Daudé --- target/hppa/cpu.c | 2