|
|
@@ -392,6 +392,7 @@ static int arm7_9_unset_breakpoint(struct target *target, struct breakpoint *bre |
|
|
|
{ |
|
|
|
return retval; |
|
|
|
} |
|
|
|
current_instr = target_buffer_get_u16(target, (uint8_t *)¤t_instr); |
|
|
|
if (current_instr == arm7_9->thumb_bkpt) |
|
|
|
if ((retval = target_write_memory(target, breakpoint->address, 2, 1, breakpoint->orig_instr)) != ERROR_OK) |
|
|
|
{ |
|
|
|