summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-13 15:18:05 +0800
committerTat-Chee Wan (USM)2011-06-13 15:18:05 +0800
commit20d54ca27076e7b253dcf97a26fadf131e3c0acd (patch)
tree9aab2db9bd3a3690b6e0b8bf64268d8c52231d33
parentf5e933a0d0912f25dc342a4f658f3910d34aef24 (diff)
fix comment for thumb breakpoint macro
-rw-r--r--Debugger/debug_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index 4915007..f75b95b 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -138,7 +138,7 @@ static inline void dbg_breakpoint_thumb(void) { asm volatile (".hword 0xBE7F" /*
.word (BKPT32_INSTR | BKPT32_MANUAL_BKPT)
.endm
-/* dbg__bkpt_arm
+/* dbg__bkpt_thumb
* GDB breakpoint() for Thumb mode
*/
.macro dbg__bkpt_thumb