diff options
Diffstat (limited to 'ddb/db_aout.h')
-rw-r--r-- | ddb/db_aout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_aout.h b/ddb/db_aout.h index a5a00cc..7c03d36 100644 --- a/ddb/db_aout.h +++ b/ddb/db_aout.h @@ -28,7 +28,7 @@ aout_db_line_at_pc( db_sym_t sym, char **file, int *line, - db_expr_t pc); + db_addr_t pc); extern db_sym_t aout_db_lookup( |