about summary refs log tree commit diff
path: root/llvm_mode/afl-clang-fast.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r--llvm_mode/afl-clang-fast.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index e89b6183..c2b54a51 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -358,6 +358,7 @@ static void edit_params(u32 argc, char** argv) {
 
     }
 
+//#ifndef __ANDROID__ // not sure, we might need these ifdefs for Android
     switch (bit_mode) {
 
       case 0:
@@ -381,6 +382,7 @@ static void edit_params(u32 argc, char** argv) {
         break;
 
     }
+//#endif
 
   }
 
@@ -441,7 +443,9 @@ int main(int argc, char** argv) {
 
   }
 
+//#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment we rather keep this out
   find_obj(argv[0]);
+//#endif
 
   edit_params(argc, argv);