Changeset 26c67a8 in mainline


Ignore:
Timestamp:
2009-01-29T17:23:59Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f817d3a
Parents:
14324438
Message:

print numbers, not "llu"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/kinit.c

    r14324438 r26c67a8  
    209209                uint64_t i = 0;
    210210                while (1) {
    211                         printf(PRIu64 " ", i);
     211                        printf("%" PRIu64 " ", i);
    212212                        thread_sleep(1);
    213213                        i++;
Note: See TracChangeset for help on using the changeset viewer.