diff options
Diffstat (limited to 'ddb/db_command.h')
-rw-r--r-- | ddb/db_command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_command.h b/ddb/db_command.h index 5f0236a..634dd9d 100644 --- a/ddb/db_command.h +++ b/ddb/db_command.h @@ -43,7 +43,7 @@ extern void db_command_loop(void); extern boolean_t db_option(const char *, int); -extern void db_error(const char *); /* report error */ +extern void db_error(const char *) __attribute__ ((noreturn)); /* report error */ extern db_addr_t db_dot; /* current location */ extern db_addr_t db_last_addr; /* last explicit address typed */ |