Rev 1264 | Rev 1597 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1264 | Rev 1595 | ||
---|---|---|---|
Line 88... | Line 88... | ||
88 | } |
88 | } |
89 | 89 | ||
90 | /** Default 'null' exception handler */ |
90 | /** Default 'null' exception handler */ |
91 | static void exc_undef(int n, istate_t *istate) |
91 | static void exc_undef(int n, istate_t *istate) |
92 | { |
92 | { |
- | 93 | fault_if_from_uspace(istate, "Unhandled exception %d.", n); |
|
93 | panic("Unhandled exception %d.", n); |
94 | panic("Unhandled exception %d.", n); |
94 | } |
95 | } |
95 | 96 | ||
96 | /** kconsole cmd - print all exceptions */ |
97 | /** kconsole cmd - print all exceptions */ |
97 | static int exc_print_cmd(cmd_arg_t *argv) |
98 | static int exc_print_cmd(cmd_arg_t *argv) |