Changeset 4d1be48 in mainline


Ignore:
Timestamp:
2010-07-01T19:07:57Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2ea4ab1
Parents:
eee047c
Message:

Use more specific panic type.

File:
1 edited

Legend:

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

    reee047c r4d1be48  
    162162{
    163163        fault_if_from_uspace(istate, "Unhandled exception %u.", n);
    164         panic("Unhandled exception %u.", n);
     164        panic_badtrap(istate, n, "Unhandled exception %u.", n);
    165165}
    166166
Note: See TracChangeset for help on using the changeset viewer.