From 1846d7661b7c8c0eeeee4f8de837f5e5d158043d Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Wed, 8 Jun 2011 13:44:47 +0800 Subject: removed extraneous call to restore_single_step --- Debugger/debug_stub.S | 4 ++-- 1 file 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 -- cgit v1.2.3