commit c65e499f3b65f210f95be77477c39640df1da3dc parent 95c07f82670df0540fdb8fbb61f8d3fc335e6880 Author: rsc <rsc> Date: Wed, 8 Aug 2007 10:27:04 +0000 help gcc Diffstat:
M | defs.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defs.h b/defs.h @@ -6,7 +6,7 @@ void kinit(void); // console.c void console_init(void); void cprintf(char*, ...); -void panic(char*); +void panic(char*) __attribute__((noreturn)); void kbd_intr(void); // proc.c