mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please review
This commit is contained in:
@ -12,7 +12,7 @@ typedef u64 PREV_LOC_T;
|
||||
#endif
|
||||
|
||||
/* Maximum ngram size */
|
||||
#define MAX_NGRAM_SIZE 128
|
||||
#define MAX_NGRAM_SIZE 128U
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user