X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Flist.c;h=2300bc353f170e4ec4287adbd1b597101ce22e47;hb=060812585e68f709627902cd08c208d5c6b61ba2;hp=8d1c57c1013bc886368da30cb2be80bba71e2369;hpb=b70589c7e69919f9a411f02f512bd0c6e483d1a4;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];