aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/breakpoints.h')
-rw-r--r--src/target/breakpoints.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/breakpoints.h b/src/target/breakpoints.h
index 0a59495..fc5b50b 100644
--- a/src/target/breakpoints.h
+++ b/src/target/breakpoints.h
@@ -56,7 +56,7 @@ struct watchpoint {
bool is_set;
unsigned int number;
struct watchpoint *next;
- int unique_id;
+ uint32_t unique_id;
};
void breakpoint_clear_target(struct target *target);