summaryrefslogtreecommitdiff
path: root/libhfuzz/instrument.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2017-12-09 21:56:14 +0100
committerRobert Swiecki <robert@swiecki.net>2017-12-09 21:56:14 +0100
commitb6b0460c264350845388c870a965cca451fdab78 (patch)
tree0fa7688a5f9c539237cd9779b72493786b6bdfaa /libhfuzz/instrument.c
parent65dbd751ebb8922a2bd5dd478dd3678d66dd4c70 (diff)
downloadhonggfuzz-b6b0460c264350845388c870a965cca451fdab78.tar.gz
libhfuzz: reference each *.o modules between themselves, so these are re-scaned during binary linking
Diffstat (limited to 'libhfuzz/instrument.c')
-rw-r--r--libhfuzz/instrument.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhfuzz/instrument.c b/libhfuzz/instrument.c
index 29f2c787..f321c384 100644
--- a/libhfuzz/instrument.c
+++ b/libhfuzz/instrument.c
@@ -20,6 +20,8 @@
#include "libcommon/log.h"
#include "libcommon/util.h"
+int hfuzz_module_instrument = 0;
+
/*
* We require SSE4.2 with x86-(32|64) for the 'popcnt', as it's much faster than the software
* emulation of gcc/clang