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


Ignore:
File:
1 edited

Legend:

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

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