fix for arm64

This commit is contained in:
vanhauser-thc
2024-01-18 12:01:26 +01:00
parent 523ce154c3
commit e731a1c1ab

View File

@ -629,12 +629,12 @@ void compiler_mode_by_callname(aflcc_state_t *aflcc) {
aflcc->compiler_mode = CLANG;
}
#endif
}
}
void compiler_mode_by_environ(aflcc_state_t *aflcc) {
if (getenv("AFL_PASSTHROUGH") || getenv("AFL_NOOPT")) {