summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debugger/debug_stub.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debugger/debug_stub.S b/Debugger/debug_stub.S
index 9c69ce7..d374cbe 100644
--- a/Debugger/debug_stub.S
+++ b/Debugger/debug_stub.S
@@ -662,8 +662,8 @@ dbg__arm_bkpt_handler:
/* b _process_normal_breakpoint */
_process_normal_breakpoint:
- bl _dbg__restore_breakpoints
- bl _dbg__restore_singlestep
+ bl _dbg__restore_breakpoints /* includes restoring single step */
+/* bl _dbg__restore_singlestep */
bl _dbg__clear_singlestep
bl _dbg__flush_icache
b dbg__bkpt_waitCMD