mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 16:11:01 +00:00
ab63f1a102
In get_physical_address(), use address_space_ldl() and address_space_stl() instead of ldl_phys() and stl_phys(). This allows us to check whether the memory access failed. For the moment, we simply return -1 in this case; add a TODO comment that we should ideally generate the appropriate kind of fault. Backports commit adcf0bf017351776510121e47b9226095836023c from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
riscv | ||
sparc |