aboutsummaryrefslogtreecommitdiff
path: root/ARM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ARM.cpp')
-rw-r--r--ARM.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ARM.cpp b/ARM.cpp
index 80ba82b..bdd48ce 100644
--- a/ARM.cpp
+++ b/ARM.cpp
@@ -371,6 +371,8 @@ s32 ARM::Execute()
}
}
+ //if (R[15]==0x037F9364) printf("R8=%08X R9=%08X\n", R[8], R[9]);
+
// TODO optimize this shit!!!
if (Halted)
{