From: Jun Ma <[email protected]>

Signed-off-by: Jun Ma <[email protected]>
---
 src/target/arm7_9_common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c
index 9f1bb2e..ac18b37 100644
--- a/src/target/arm7_9_common.c
+++ b/src/target/arm7_9_common.c
@@ -377,6 +377,7 @@ static int arm7_9_unset_breakpoint(struct target *target, 
struct breakpoint *bre
                        {
                                return retval;
                        }
+                        current_instr = target_buffer_get_u32(target, (uint8_t 
*)&current_instr);
                        if (current_instr == arm7_9->arm_bkpt)
                                if ((retval = target_write_memory(target, 
breakpoint->address, 4, 1, breakpoint->orig_instr)) != ERROR_OK)
                                {
-- 
1.6.4.2

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to