Changeset 26c67a8 in mainline
- Timestamp:
- 2009-01-29T17:23:59Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f817d3a
- Parents:
- 14324438
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r14324438 r26c67a8 209 209 uint64_t i = 0; 210 210 while (1) { 211 printf( PRIu64 " ", i);211 printf("%" PRIu64 " ", i); 212 212 thread_sleep(1); 213 213 i++;
Note:
See TracChangeset
for help on using the changeset viewer.