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
parent 02d19dafb2
commit 2548b657d8
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