mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
now fix afl-clang compiles on 32-Bit properly
This commit is contained in:
@ -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) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user