mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
Revert "fix afl-clang on 32-Bit systems"
This reverts commit 83c1378fc1
.
This commit is contained in:
@ -879,7 +879,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
|
||||
|
||||
#ifndef __ANDROID__
|
||||
|
||||
if (compiler_mode != GCC && compiler_mode != CLANG) {
|
||||
if (compiler_mode != GCC) {
|
||||
|
||||
switch (bit_mode) {
|
||||
|
||||
|
Reference in New Issue
Block a user