summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debugger/debug_test.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_test.S b/Debugger/debug_test.S
index db260ff..e0f3cf0 100644
--- a/Debugger/debug_test.S
+++ b/Debugger/debug_test.S
@@ -55,7 +55,7 @@ test_arm_1:
test_arm_2:
sub r0, r0, #1
cmp r0, #8
- ble test_arm_1
+ ldrle pc, =test_arm_1
bgt test_arm_3
beq test_arm_2
ldr pc, =test_arm_1