about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-12-29 18:13:36 +0100
committerhexcoder- <heiko@hexco.de>2020-12-29 18:13:36 +0100
commit80767480f0f40d380c83069b5f82b808c76493cc (patch)
tree5bb5a0923304699b76c54a13d1aaa387a93558e8
parent83c1378fc1810d177d9cdfa2c00f62bbadd98f00 (diff)
downloadafl++-80767480f0f40d380c83069b5f82b808c76493cc.tar.gz
Revert "fix afl-clang on 32-Bit systems"
This reverts commit 83c1378fc1810d177d9cdfa2c00f62bbadd98f00.
m---------qemu_mode/qemuafl0
-rw-r--r--src/afl-cc.c2
m---------unicorn_mode/unicornafl0
3 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl
new file mode 160000
+Subproject 21ff34383764a8c6f66509b3b8d5282468c721e
diff --git a/src/afl-cc.c b/src/afl-cc.c
index e6a6718e..758b958b 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -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) {
 
diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl
new file mode 160000
+Subproject 8cca4801adb767dce7cf72202d7d25bdb420cf7