Changes in / [22c3444:09b859c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/interrupt/interrupt.c

    r22c3444 r09b859c  
    163163{
    164164        fault_if_from_uspace(istate, "Unhandled exception %u.", n);
    165         panic("Unhandled exception %u.", n);
     165        panic_badtrap(istate, n, "Unhandled exception %u.", n);
    166166}
    167167
Note: See TracChangeset for help on using the changeset viewer.