aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ARM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ARM.cpp b/ARM.cpp
index f582deb..10b8795 100644
--- a/ARM.cpp
+++ b/ARM.cpp
@@ -197,7 +197,7 @@ void ARM::RestoreCPSR()
switch (CPSR & 0x1F)
{
case 0x11:
- CPSR = R_FIQ[8];
+ CPSR = R_FIQ[7];
break;
case 0x12: