mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 11:35:34 +00:00
3fb64fd5a2
Switch the m68k target from the old unassigned_access hook to the transaction_failed hook. The notable difference is that rather than it being called for all physical memory accesses which fail (including those made by DMA devices or by the gdbstub), it is only called for those made by the CPU via its MMU. (In previous commits we put in explicit checks for the direct physical loads made by the target/m68k code which will no longer be handled by calling the unassigned_access hook.) Backports commit e1aaf3a88e95ab007445281e2b2f6e3c8da47f22 from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
riscv | ||
sparc |