oops, typo corrected

This commit is contained in:
hexcoder- 2019-09-21 10:13:11 +02:00
parent e909d5f5c2
commit ad1750b53d

View File

@ -1480,7 +1480,7 @@ void check_cpu_governor(void) {
min / 1024, max / 1024); min / 1024, max / 1024);
FATAL("Suboptimal CPU scaling governor"); FATAL("Suboptimal CPU scaling governor");
#elsif defined __APPLE__ #elif defined __APPLE__
u64 min = 0, max = 0; u64 min = 0, max = 0;
size_t mlen = sizeof(min); size_t mlen = sizeof(min);
if (getenv("AFL_SKIP_CPUFREQ")) return; if (getenv("AFL_SKIP_CPUFREQ")) return;