CORE: Some more try on new_dynarec (no effect it seems
[mupen64plus-pandora.git] / source / mupen64plus-core / src / r4300 / interpreter_cop0.def
old mode 100644 (file)
new mode 100755 (executable)
index 313ec9d..98f8eaa
@@ -72,10 +72,8 @@ DECLARE_INSTRUCTION(MTC0)
       interupt_unsafe_state = 1;
       if (next_interupt <= Count) gen_interupt();
       interupt_unsafe_state = 0;
-      debug_count += Count;
       translate_event_queue((unsigned int) rrt & 0xFFFFFFFF);
       Count = (unsigned int) rrt & 0xFFFFFFFF;
-      debug_count -= Count;
       break;
     case 10:   // EntryHi
       EntryHi = (unsigned int) rrt & 0xFFFFE0FF;