aboutsummaryrefslogtreecommitdiff
path: root/src/ARM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARM.cpp')
-rw-r--r--src/ARM.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ARM.cpp b/src/ARM.cpp
index 382f56e..f15ce74 100644
--- a/src/ARM.cpp
+++ b/src/ARM.cpp
@@ -171,6 +171,9 @@ void ARM::JumpTo(u32 addr, bool restorecpsr)
else addr &= ~0x1;
}
+ if (addr == 0x0201764C) printf("capture test %d: R1=%08X\n", R[6], R[1]);
+ if (addr == 0x020175D8) printf("capture test %d: res=%08X\n", R[6], R[0]);
+
if (addr & 0x1)
{
addr &= ~0x1;