Re: [PATCH for-6.2 13/43] target/sparc: Remove DEBUG_UNALIGNED

2021-07-28 Thread Philippe Mathieu-Daudé
On 7/29/21 2:46 AM, Richard Henderson wrote: > The printf should have been qemu_log_mask, the parameters > themselves no longer compile, and because this is placed > before unwinding the PC is actively wrong. > > We get better (and correct) logging on the other side of > raising the exception, in

[PATCH for-6.2 13/43] target/sparc: Remove DEBUG_UNALIGNED

2021-07-28 Thread Richard Henderson
The printf should have been qemu_log_mask, the parameters themselves no longer compile, and because this is placed before unwinding the PC is actively wrong. We get better (and correct) logging on the other side of raising the exception, in sparc_cpu_do_interrupt. Cc: Mark Cave-Ayland Signed-off