Changes in kernel/generic/src/debug/panic.c [35ebd42:adec6a29] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/debug/panic.c
r35ebd42 radec6a29 62 62 printf("\n"); 63 63 } else if (cat == PANIC_BADTRAP) { 64 printf("bad trap %" PRIu PTR". %s\n", address,64 printf("bad trap %" PRIun ". %s\n", address, 65 65 BANNER_RIGHT); 66 66 if (fmt) { … … 96 96 printf("THE=%p: ", THE); 97 97 if (THE != NULL) { 98 printf("p e=%" PRIuPTR" thread=%p task=%p cpu=%p as=%p"99 " magic=%#" PRIx32 "\n", THE->preemption ,98 printf("pd=%" PRIun " thread=%p task=%p cpu=%p as=%p" 99 " magic=%#" PRIx32 "\n", THE->preemption_disabled, 100 100 THE->thread, THE->task, THE->cpu, THE->as, THE->magic); 101 101
Note:
See TracChangeset
for help on using the changeset viewer.