diff options
Diffstat (limited to 'ddb/db_cond.c')
-rw-r--r-- | ddb/db_cond.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ddb/db_cond.c b/ddb/db_cond.c index 8f0c8b30..28b414e7 100644 --- a/ddb/db_cond.c +++ b/ddb/db_cond.c @@ -122,10 +122,10 @@ db_cond_print(bkpt) void db_cond_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) { int c; struct db_cond *cp; |