Revert "fix afl-clang on 32-Bit systems"

This reverts commit 83c1378fc1.
This commit is contained in:
hexcoder-
2020-12-29 18:13:36 +01:00
parent 83c1378fc1
commit 80767480f0
3 changed files with 3 additions and 1 deletions

1
qemu_mode/qemuafl Submodule

Submodule qemu_mode/qemuafl added at 21ff343837

View File

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