Fix compilation

This commit is contained in:
momo5502
2025-01-26 10:00:19 +01:00
parent 454c9a267b
commit 8c70ef5af2

View File

@@ -97,8 +97,8 @@ namespace test
puts("Emulation has no diff");
}
auto lower_bound = 0ULL;
auto upper_bound = limit;
decltype(upper_bound) lower_bound = 0;
printf("Bounds: %" PRIx64 " - %" PRIx64 "\n", lower_bound, upper_bound);