mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-04-19 11:21:51 +00:00
Give an explicit error and abort when a load from the vector table fails. Architecturally this should HardFault (which will then immediately fail to load the HardFault vector and go into Lockup). Since we don't model Lockup, just report this guest error via cpu_abort(). This is more helpful than the previous behaviour of reading a zero, which is the address of the reset stack pointer and not a sensible location to jump to. Backports commit 1b9ea408fca1ce8caae67b792355b023c69c5ac5 from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
sparc |