aboutsummaryrefslogtreecommitdiff
path: root/include/cmplog.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-18 14:52:28 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-18 14:52:28 +0100
commit706718ca2e7ef0becb32fc4548fadeb19a0f6212 (patch)
tree1f14be1bc6ee1f8385d338a8ea1efbfdc362062e /include/cmplog.h
parenta971fc8f3662d3c5881d46c63682fd8a26d46dc5 (diff)
downloadAFLplusplus-706718ca2e7ef0becb32fc4548fadeb19a0f6212.tar.gz
cmplog routines llvm pass
Diffstat (limited to 'include/cmplog.h')
-rw-r--r--include/cmplog.h1
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)