diff options
| -rw-r--r-- | src/core/arm/interpreter/armemu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/armemu.cpp b/src/core/arm/interpreter/armemu.cpp index d19d3a49f..81a4fdb92 100644 --- a/src/core/arm/interpreter/armemu.cpp +++ b/src/core/arm/interpreter/armemu.cpp | |||
| @@ -6153,7 +6153,7 @@ L_stm_s_takeabort: | |||
| 6153 | u32 rm = (instr >> 0) & 0xF; | 6153 | u32 rm = (instr >> 0) & 0xF; |
| 6154 | u32 from = state->Reg[rn]; | 6154 | u32 from = state->Reg[rn]; |
| 6155 | u32 to = state->Reg[rm]; | 6155 | u32 to = state->Reg[rm]; |
| 6156 | u32 cpsr = state->Cpsr; | 6156 | u32 cpsr = ARMul_GetCPSR(state); |
| 6157 | if ((instr & 0xFF0) == 0xFB0) { // SEL | 6157 | if ((instr & 0xFF0) == 0xFB0) { // SEL |
| 6158 | u32 result; | 6158 | u32 result; |
| 6159 | if (cpsr & (1 << 16)) | 6159 | if (cpsr & (1 << 16)) |