Changeset 62b20f1 in mainline for kernel/generic/src/interrupt/interrupt.c
- Timestamp:
- 2010-07-07T20:39:50Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bee2d4c
- Parents:
- 22c3444 (diff), ed7998b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/interrupt/interrupt.c
r22c3444 r62b20f1 163 163 { 164 164 fault_if_from_uspace(istate, "Unhandled exception %u.", n); 165 panic ("Unhandled exception %u.", n);165 panic_badtrap(istate, n, "Unhandled exception %u.", n); 166 166 } 167 167
Note:
See TracChangeset
for help on using the changeset viewer.