diff options
author | van Hauser <vh@thc.org> | 2019-12-18 11:14:12 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-18 11:14:12 +0100 |
commit | 939721e2cbcf14f0f9577575c09e16be2ced25fe (patch) | |
tree | e32066cf400e512dbc05b4aa2cad4fcae7696c21 /llvm_mode | |
parent | 6226e384512bad86977377b2cece2b5bc0286aa3 (diff) | |
download | afl++-939721e2cbcf14f0f9577575c09e16be2ced25fe.tar.gz |
v2.59c release 2.59c
Diffstat (limited to 'llvm_mode')
-rw-r--r-- | llvm_mode/afl-clang-fast.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index c2b54a51..a262e998 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -358,7 +358,7 @@ static void edit_params(u32 argc, char** argv) { } -//#ifndef __ANDROID__ // not sure, we might need these ifdefs for Android + //#ifndef __ANDROID__ // not sure, we might need these ifdefs for Android switch (bit_mode) { case 0: @@ -382,7 +382,8 @@ static void edit_params(u32 argc, char** argv) { break; } -//#endif + + //#endif } @@ -443,9 +444,10 @@ int main(int argc, char** argv) { } -//#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment we rather keep this out + //#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment + //we rather keep this out find_obj(argv[0]); -//#endif + //#endif edit_params(argc, argv); |