mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 17:55:28 +00:00
74d42aa939
In the ARM ldr/str decode path, rather than directly testing "insn & (1 << 21)" and "insn & (1 << 24)", abstract these bits out into wbit and pbit local flags. (We will want to do more tests against them to determine whether we need to provide syndrome information.) Backports commit 63f26fcfda8e19f94ce23336726d14805250a5b6 from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
sparc |