summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_break.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ddb/db_break.c b/ddb/db_break.c
index 0491be7..b3f13c6 100644
--- a/ddb/db_break.c
+++ b/ddb/db_break.c
@@ -92,6 +92,7 @@ static int
db_add_thread_breakpoint(bkpt, task_thd, count, task_bpt)
db_breakpoint_t bkpt;
vm_offset_t task_thd;
+ int count;
boolean_t task_bpt;
{
db_thread_breakpoint_t tp;