Explorar el Código

ignore thumbemu 0xDEADCODE debugging catch on MCR

bunnei hace 12 años
padre
commit
fbc04ad0c7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/core/arm/interpreter/armemu.cpp

+ 1 - 2
src/core/arm/interpreter/armemu.cpp

@@ -4478,8 +4478,7 @@ ARMul_Emulate26 (ARMul_State * state)
                                  isize) &
                                 R15PCBITS));
 #endif
-                    }
-                    else
+                    } else if (instr != 0xDEADC0DE) // thumbemu uses 0xDEADCODE for debugging to catch non updates 
                         ARMul_MCR (state, instr,
                                DEST);
                 }