Changeset a6d8726 in mainline
- Timestamp:
- 2011-05-19T17:07:30Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a922c8
- Parents:
- 26aafe8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/debug/panic.c
r26aafe8 ra6d8726 97 97 printf("THE=%p: ", THE); 98 98 if (THE != NULL) { 99 printf("pe=%" PRIun " thr=%p task=%p cpu=%p as=%p magic=%#x\n",100 THE->preemption_disabled, THE->thread, THE->task,101 THE-> cpu, THE->as, THE->magic);99 printf("pe=%" PRIun " thr=%p task=%p cpu=%p as=%p" 100 " magic=%#" PRIx32 "\n", THE->preemption_disabled, 101 THE->thread, THE->task, THE->cpu, THE->as, THE->magic); 102 102 } else 103 103 printf("invalid\n");
Note:
See TracChangeset
for help on using the changeset viewer.