aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32_v3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/nds32_v3.c')
-rw-r--r--src/target/nds32_v3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/nds32_v3.c b/src/target/nds32_v3.c
index dc0ca5a..868260d 100644
--- a/src/target/nds32_v3.c
+++ b/src/target/nds32_v3.c
@@ -506,6 +506,7 @@ struct target_type nds32_v3_target = {
.remove_breakpoint = nds32_v3_remove_breakpoint,
.add_watchpoint = nds32_v3_add_watchpoint,
.remove_watchpoint = nds32_v3_remove_watchpoint,
+ .hit_watchpoint = nds32_v3_hit_watchpoint,
/* MMU */
.mmu = nds32_mmu,