aboutsummaryrefslogtreecommitdiff
path: root/Debugger
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-12 09:20:23 +0800
committerTat-Chee Wan (USM)2011-07-12 09:20:23 +0800
commit1948f5135e382466abe63b589dea37d88b4cb44e (patch)
treee01afe05b487c83d225158b7a682d9ffe12517ad /Debugger
parent09b1c9c95f54b58f1d08fedc17b23479c7f5894c (diff)
use r3 in test_arm_3 to avoid clobbering r2
Diffstat (limited to 'Debugger')
-rw-r--r--Debugger/debug_test.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debugger/debug_test.S b/Debugger/debug_test.S
index 30d7604..2f799b8 100644
--- a/Debugger/debug_test.S
+++ b/Debugger/debug_test.S
@@ -63,8 +63,8 @@ test_arm_3:
sub r0, r0, #1
teq r0, #8
beq test_arm_1
- ldrne r2, =test_arm_3
- bx r2
+ ldrne r3, =test_arm_3
+ bx r3
exit_dbg__test_arm_instrstep:
bl dbg__test_thumb_instr_sub1