Changeset 077842c in mainline for kernel/generic/src/proc/task.c
- Timestamp:
- 2018-09-07T15:46:41Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e9d2905
- Parents:
- 78de83de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/task.c
r78de83de r077842c 619 619 #ifdef __32_BITS__ 620 620 if (*additional) 621 printf("%-8" PRIu64 " %9 " PRIua, task->taskid,621 printf("%-8" PRIu64 " %9zu", task->taskid, 622 622 atomic_get(&task->refcount)); 623 623 else … … 631 631 if (*additional) 632 632 printf("%-8" PRIu64 " %9" PRIu64 "%c %9" PRIu64 "%c " 633 "%9 " PRIua "\n", task->taskid, ucycles, usuffix, kcycles,633 "%9zu\n", task->taskid, ucycles, usuffix, kcycles, 634 634 ksuffix, atomic_get(&task->refcount)); 635 635 else
Note:
See TracChangeset
for help on using the changeset viewer.