mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-07 06:05:37 +00:00
4805f204d8
Currently we log interrupts and exceptions using the trace backend in riscv_cpu_do_interrupt(). We also log exceptions using the interrupt log mask (-d int) in riscv_raise_exception(). This patch converts riscv_cpu_do_interrupt() to log both interrupts and exceptions with the interrupt log mask, so that both are printed when a user runs QEMU with -d int. Backports 69430111ab2fe3f32548a0e70437655d0d937a6a |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
riscv | ||
sparc |