diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-01 07:20:00 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-01 07:20:00 +0100 |
commit | d02036adfd098766ce9576905613cb7911e315d5 (patch) | |
tree | ffb7f0fc348aff3d0e4815ceb40002aa0d35c225 /instrumentation/afl-compiler-rt.o.c | |
parent | 1fa285079f895b3e0b5b347830ce8a7ab980c691 (diff) | |
download | afl++-d02036adfd098766ce9576905613cb7911e315d5.tar.gz |
fix
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index 106892e2..def59b6b 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -183,7 +183,7 @@ static u8 _is_sancov; /* Debug? */ -static u32 __afl_debug; +/*static*/ u32 __afl_debug; /* Already initialized markers */ |