mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-25 00:45:30 +00:00
e9fb085aa1
ARMCPRegInfo structs will default to .cp = 15 if they are ARM_CP_STATE_BOTH, but not if they are ARM_CP_STATE_AA32 (because a coprocessor number of 0 is valid for AArch32). We forgot to explicitly set .cp = 15 for the HMAIR1 and HAMAIR1 regdefs, which meant they would UNDEF when the guest tried to access them under cp15. Backports commit b5ede85bfb7ba1a8f6086494c82f400b29969f65 from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
sparc |