fix afl-clang on 32-Bit systems

This commit is contained in:
hexcoder-
2020-12-29 14:19:35 +01:00
parent 871d42e389
commit 83c1378fc1
3 changed files with 1 additions and 3 deletions

View File

@ -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) {