diff options
Diffstat (limited to 'ddb/db_watch.c')
-rw-r--r-- | ddb/db_watch.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ddb/db_watch.c b/ddb/db_watch.c index 5db3f300..c3d28354 100644 --- a/ddb/db_watch.c +++ b/ddb/db_watch.c @@ -249,10 +249,10 @@ db_watchpoint_cmd( /* list watchpoints */ void db_listwatch_cmd( - db_expr_t, - boolean_t, - db_expr_t, - const char *) + db_expr_t addr, + int have_addr, + db_expr_t count, + const char * modif) { db_list_watchpoints(); } |