fix 32 bit compile

This commit is contained in:
vanhauser-thc
2025-02-11 12:02:40 +01:00
parent 65b99d25e1
commit e6f15f02e1
2 changed files with 17 additions and 1 deletions

View File

@ -72,7 +72,7 @@ inline void classify_counts(afl_forkserver_t *fsrv) {
}
inline static void classify_counts_mem(u64 *mem, u32 size) {
inline void classify_counts_mem(u64 *mem, u32 size) {
u32 i = (size >> 3);