mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 14:22:41 +00:00
armemu: Fix retrieval of the CPSR in MRS instructions.
This commit is contained in:
@@ -1724,7 +1724,7 @@ mainswitch:
|
||||
TAKEABORT;
|
||||
} else if ((BITS (0, 11) == 0) && (LHSReg == 15)) { /* MRS CPSR */
|
||||
UNDEF_MRSPC;
|
||||
DEST = ECC | EINT | EMODE;
|
||||
DEST = ARMul_GetCPSR(state);
|
||||
} else {
|
||||
UNDEF_Test;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user