diff options
author | van Hauser <vh@thc.org> | 2019-11-11 23:50:31 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-11-11 23:50:31 +0100 |
commit | 760d4991f331c1a6719ce82df9b612e94c9a387c (patch) | |
tree | 5a4817dd720ae791927a3305131196ef63cca0e4 /include/afl-fuzz.h | |
parent | 613ab3ba2a9dcf70839e69ab2c4b32fc4b4a8a7f (diff) | |
download | afl++-760d4991f331c1a6719ce82df9b612e94c9a387c.tar.gz |
Android PR integration
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 342205df..8717519b 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -552,7 +552,7 @@ u8 has_new_bits(u8*); u32 count_bits(u8*); u32 count_bytes(u8*); u32 count_non_255_bytes(u8*); -#ifdef __x86_64__ +#ifdef WORD_SIZE_64 void simplify_trace(u64*); void classify_counts(u64*); #else |