diff --git a/benchmarks/allocator/allocator_shared_object_file.c b/benchmarks/allocator/allocator_shared_object_file.c index 409a028..d4951c6 100644 --- a/benchmarks/allocator/allocator_shared_object_file.c +++ b/benchmarks/allocator/allocator_shared_object_file.c @@ -189,7 +189,7 @@ pagesizes(size_t ps[MAXPAGESIZES]) // ATF_REQUIRE_MSG(pscnt != -1, "getpagesizes failed; errno=%d", errno); // ATF_REQUIRE_MSG(ps[0] != 0, "psind 0 is %zu", ps[0]); // ATF_REQUIRE_MSG(pscnt <= MAXPAGESIZES, "invalid pscnt %d", pscnt); - // if (pscnt == 1){ + // if (pscnt == 1){ // printf("pscnt is 1"); // }