mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
now fix afl-clang compiles on 32-Bit properly
This commit is contained in:
parent
80767480f0
commit
107c79b84b
@ -879,7 +879,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
|
||||
|
||||
#ifndef __ANDROID__
|
||||
|
||||
if (compiler_mode != GCC) {
|
||||
if (compiler_mode != GCC && compiler_mode != CLANG) {
|
||||
|
||||
switch (bit_mode) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user