armemu: Fix retrieval of the CPSR in MRS instructions.

pull/8/head
Lioncash 10 years ago
parent 2188af4a65
commit 8c72322422

@ -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;
}

Loading…
Cancel
Save