afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please review

This commit is contained in:
hexcoder-
2020-03-28 20:25:00 +01:00
committed by Dominik Maier
parent 4ccfbe4e5a
commit b53ec1b247
3 changed files with 43 additions and 11 deletions

View File

@ -12,7 +12,7 @@ typedef u64 PREV_LOC_T;
#endif
/* Maximum ngram size */
#define MAX_NGRAM_SIZE 128
#define MAX_NGRAM_SIZE 128U
#endif