mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
fix for arm64
This commit is contained in:
@ -629,12 +629,12 @@ void compiler_mode_by_callname(aflcc_state_t *aflcc) {
|
|||||||
|
|
||||||
aflcc->compiler_mode = CLANG;
|
aflcc->compiler_mode = CLANG;
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
void compiler_mode_by_environ(aflcc_state_t *aflcc) {
|
void compiler_mode_by_environ(aflcc_state_t *aflcc) {
|
||||||
|
|
||||||
if (getenv("AFL_PASSTHROUGH") || getenv("AFL_NOOPT")) {
|
if (getenv("AFL_PASSTHROUGH") || getenv("AFL_NOOPT")) {
|
||||||
|
Reference in New Issue
Block a user