aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32_v3m.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/nds32_v3m.c')
-rw-r--r--src/target/nds32_v3m.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/nds32_v3m.c b/src/target/nds32_v3m.c
index 18987323..c37798af 100644
--- a/src/target/nds32_v3m.c
+++ b/src/target/nds32_v3m.c
@@ -494,6 +494,7 @@ struct target_type nds32_v3m_target = {
.remove_breakpoint = nds32_v3m_remove_breakpoint,
.add_watchpoint = nds32_v3m_add_watchpoint,
.remove_watchpoint = nds32_v3m_remove_watchpoint,
+ .hit_watchpoint = nds32_v3_hit_watchpoint,
/* MMU */
.mmu = nds32_mmu,