aboutsummaryrefslogtreecommitdiff
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 7f74b17..78514c2 100644
--- a/Debugger/debug_test.S
+++ b/Debugger/debug_test.S
@@ -129,7 +129,7 @@ test_thumb_2:
test_thumb_3:
sub r0, #1
- cmp r0, #B
+ cmp r0, #0xB
blo load_test_thumb_1
ldr r2, =test_thumb_3+1 /* Need to set Thumb bit */
b exit_test_thumb_3