mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-05 15:04:53 +00:00
In v7m_exception_taken() we were incorrectly using a "LR bit EXCRET.ES is 1" check when it should be 0 (compare the pseudocode ExceptionTaken() function). This meant we didn't stack the callee-saved registers when tailchaining from a NonSecure to a Secure exception. Backports commit 7b73a1ca05b33d42278ce29cea4652e22d408165 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| sparc | ||