aboutsummaryrefslogtreecommitdiff
path: root/include/coverage-32.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-18 10:02:26 +0100
committervan Hauser <vh@thc.org>2020-12-18 10:02:26 +0100
commit4ff9eb0e67cc70c8f9415fa5bc4df10916fb6f4c (patch)
treeeb9d8dcca47147cb8d33a9629fb2fb4f3939989b /include/coverage-32.h
parentf0b6576f977d9130285159dff90f5b31b950cb07 (diff)
downloadAFLplusplus-4ff9eb0e67cc70c8f9415fa5bc4df10916fb6f4c.tar.gz
fix compile
Diffstat (limited to 'include/coverage-32.h')
-rw-r--r--include/coverage-32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/coverage-32.h b/include/coverage-32.h
index 710ff0cf..d7684708 100644
--- a/include/coverage-32.h
+++ b/include/coverage-32.h
@@ -1,6 +1,9 @@
#include "config.h"
#include "types.h"
+u32 skim(const u32 *virgin, const u32 *current, const u32 *current_end);
+u32 classify_word(u32 word);
+
inline u32 classify_word(u32 word) {
u16 mem16[2];