Changeset 201abde in mainline for kernel/generic/include/interrupt.h
- Timestamp:
- 2007-04-07T20:06:52Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7e58979
- Parents:
- 6adbe3c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/interrupt.h
r6adbe3c2 r201abde 49 49 { \ 50 50 if (istate_from_uspace(istate)) { \ 51 klog_printf("Task %ll dkilled due to an exception at %p.", TASK->taskid, istate_get_pc(istate)); \51 klog_printf("Task %llu killed due to an exception at %p.", TASK->taskid, istate_get_pc(istate)); \ 52 52 klog_printf(" " cmd, ##__VA_ARGS__); \ 53 53 task_kill(TASK->taskid); \
Note:
See TracChangeset
for help on using the changeset viewer.