about summary refs log tree commit diff
path: root/include/cmplog.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-19 20:48:26 +0100
committerGitHub <noreply@github.com>2020-02-19 20:48:26 +0100
commit97d34b52d78ccc56b2c8a7f00173121652c34f29 (patch)
tree9f4908092ab48a2fbe73017515d2f21d39284ef0 /include/cmplog.h
parent42af8ee0597cc01885b5c0b5a7556b3aaecd826b (diff)
parent0fce34ec1639edd8175c46b485eb6fd012ca8c18 (diff)
downloadafl++-97d34b52d78ccc56b2c8a7f00173121652c34f29.tar.gz
Merge pull request #202 from vanhauser-thc/cmplog_routines
Cmplog routines for LLVM mode
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)