Просмотр исходного кода

Merge pull request #573 from lioncash/intflags

arm: Set the A bit on reset.
bunnei 11 лет назад
Родитель
Сommit
46887afeda
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/arm/skyeye_common/armemu.h

+ 1 - 1
src/core/arm/skyeye_common/armemu.h

@@ -35,7 +35,7 @@ enum : u32 {
 
     // Masks for groups of bits in the APSR.
     MODEBITS = 0x1F,
-    INTBITS  = 0xC0,
+    INTBITS  = 0x1C0,
 };
 
 // Different ways to start the next instruction.