now fix afl-clang compiles on 32-Bit properly

This commit is contained in:
hexcoder-
2020-12-29 18:17:50 +01:00
parent 80767480f0
commit 107c79b84b

View File

@ -879,7 +879,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
#ifndef __ANDROID__ #ifndef __ANDROID__
if (compiler_mode != GCC) { if (compiler_mode != GCC && compiler_mode != CLANG) {
switch (bit_mode) { switch (bit_mode) {