diff options
Diffstat (limited to 'src/user/app/iostress/iostress.c')
-rw-r--r-- | src/user/app/iostress/iostress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/iostress/iostress.c b/src/user/app/iostress/iostress.c index 843a19a..27e9d33 100644 --- a/src/user/app/iostress/iostress.c +++ b/src/user/app/iostress/iostress.c @@ -18,7 +18,7 @@ int main(void) { } for (int i = 0; i < NUM_RUNS; i++) { - printf("run %x: %x\n", i, results[i] / 3000); + printf("run %u: %u\n", i, results[i] / 3000); } return 0; |