diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 14:52:28 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 14:52:28 +0100 |
commit | 706718ca2e7ef0becb32fc4548fadeb19a0f6212 (patch) | |
tree | 1f14be1bc6ee1f8385d338a8ea1efbfdc362062e /include/cmplog.h | |
parent | a971fc8f3662d3c5881d46c63682fd8a26d46dc5 (diff) | |
download | afl++-706718ca2e7ef0becb32fc4548fadeb19a0f6212.tar.gz |
cmplog routines llvm pass
Diffstat (limited to 'include/cmplog.h')
-rw-r--r-- | include/cmplog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cmplog.h b/include/cmplog.h index c02650ee..18c6a7ef 100644 --- a/include/cmplog.h +++ b/include/cmplog.h @@ -31,6 +31,7 @@ #define CMP_MAP_W 65536 #define CMP_MAP_H 256 +#define CMP_MAP_RTN_H (CMP_MAP_H / 4) #define SHAPE_BYTES(x) (x + 1) |