summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index de602107..6d7e13ef 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -41,11 +41,11 @@ typedef struct arm7_9_common_s
u32 arm_bkpt;
u16 thumb_bkpt;
- int sw_bkpts_use_wp;
+ int sw_breakpoints_added;
+ int breakpoint_count;
int wp_available;
int wp0_used;
int wp1_used;
- int sw_bkpts_enabled;
int force_hw_bkpts;
int dbgreq_adjust_pc;
int use_dbgrq;