Rev 3707 | Rev 3790 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3707 | Rev 3788 | ||
---|---|---|---|
Line 103... | Line 103... | ||
103 | } |
103 | } |
104 | 104 | ||
105 | /** Default 'null' exception handler */ |
105 | /** Default 'null' exception handler */ |
106 | static void exc_undef(int n, istate_t *istate) |
106 | static void exc_undef(int n, istate_t *istate) |
107 | { |
107 | { |
108 | fault_if_from_uspace(istate, "Unhandled exception %d.", n); |
108 | fault_if_from_uspace(istate, "Unhandled exception %d", n); |
109 | panic("Unhandled exception %d.", n); |
109 | panic("Unhandled exception %d", n); |
110 | } |
110 | } |
111 | 111 | ||
112 | #ifdef CONFIG_KCONSOLE |
112 | #ifdef CONFIG_KCONSOLE |
113 | 113 | ||
114 | /** kconsole cmd - print all exceptions */ |
114 | /** kconsole cmd - print all exceptions */ |