mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-07 18:24:59 +00:00
In do_v7m_exception_exit(), there's no need to force the high 4 bits of 'type' to 1 when calling v7m_exception_taken(), because we know that they're always 1 or we could not have got to this "handle return to magic exception return address" code. Remove the unnecessary ORs. Backports commit 7115cdf5782922611bcc44c89eec5990db7f6466 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| sparc | ||