From 20d54ca27076e7b253dcf97a26fadf131e3c0acd Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Mon, 13 Jun 2011 15:18:05 +0800 Subject: fix comment for thumb breakpoint macro --- Debugger/debug_stub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debugger') 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 -- cgit v1.2.3