Changeset 9c757820 in mainline


Ignore:
Timestamp:
2011-05-18T17:36:27Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
473d5d2
Parents:
6c3106f
Message:

fix formatting directive

File:
1 edited

Legend:

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

    r6c3106f r9c757820  
    9797        printf("THE=%p", THE);
    9898        if (THE != NULL) {
    99                 printf(": pe=%u thr=%p task=%p cpu=%p as=%p",
     99                printf(": pe=%" PRIun " thr=%p task=%p cpu=%p as=%p",
    100100                    THE->preemption_disabled, THE->thread, THE->task,
    101101                    THE->cpu, THE->as);
Note: See TracChangeset for help on using the changeset viewer.