X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Flist.c;h=2300bc353f170e4ec4287adbd1b597101ce22e47;hb=2d20cd50c41c87a90d49e4b7ace3d18b8fb34f23;hp=8d1c57c1013bc886368da30cb2be80bba71e2369;hpb=94e2e63b24a901da641f5c68cf46ce00681f5dd1;p=pintos-anon diff --git a/src/tests/threads/list.c b/src/tests/threads/list.c index 8d1c57c..2300bc3 100644 --- a/src/tests/threads/list.c +++ b/src/tests/threads/list.c @@ -41,7 +41,7 @@ test (void) { int repeat; - printf (" %zu", size); + printf (" %d", size); for (repeat = 0; repeat < 10; repeat++) { static struct value values[MAX_SIZE * 4];