mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
fix afl-clang on 32-Bit systems
This commit is contained in:
Submodule qemu_mode/qemuafl deleted from 21ff343837
@ -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) {
|
||||
|
||||
|
Submodule unicorn_mode/unicornafl deleted from 8cca4801ad
Reference in New Issue
Block a user