Changeset 4d1be48 in mainline
- Timestamp:
- 2010-07-01T19:07:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2ea4ab1
- Parents:
- eee047c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/interrupt/interrupt.c
reee047c r4d1be48 162 162 { 163 163 fault_if_from_uspace(istate, "Unhandled exception %u.", n); 164 panic ("Unhandled exception %u.", n);164 panic_badtrap(istate, n, "Unhandled exception %u.", n); 165 165 } 166 166
Note:
See TracChangeset
for help on using the changeset viewer.