Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/debug/panic.c

    ra6d8726 r7e752b2  
    9595        printf("\n");
    9696       
    97         printf("THE=%p: ", THE);
    98         if (THE != NULL) {
    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         } else
    103                 printf("invalid\n");
    104        
    10597        if (istate) {
    10698                istate_decode(istate);
Note: See TracChangeset for help on using the changeset viewer.