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 f5e7ad7..6ca6ff1 100644
--- a/ARM.cpp
+++ b/ARM.cpp
@@ -53,6 +53,8 @@ void ARM::JumpTo(u32 addr)
{
// pipeline shit
+ //printf("jump from %08X to %08X\n", R[15] - ((CPSR&0x20)?4:8), addr);
+
if (addr&1)
{
addr &= ~1;