summaryrefslogtreecommitdiff
path: root/src/user/app/iostress
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/iostress')
-rw-r--r--src/user/app/iostress/iostress.c2
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;