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 78514c2..eec7a01 100644
--- a/Debugger/debug_test.S
+++ b/Debugger/debug_test.S
@@ -121,7 +121,7 @@ test_thumb_1:
test_thumb_2:
sub r0, #1
- cmp r0, #8
+ cmp r0, #5
bls test_thumb_1
bhi test_thumb_3
beq test_thumb_2