mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
oops, typo corrected
This commit is contained in:
parent
e909d5f5c2
commit
ad1750b53d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user