cleanup of hot fix for -s on 32-bit

This commit is contained in:
hexcoder-
2020-12-30 13:02:11 +01:00
parent 5a99e67e02
commit b0d69f1b69
2 changed files with 6 additions and 5 deletions

View File

@ -590,7 +590,8 @@ typedef struct afl_state {
u32 rand_cnt; /* Random number counter */
u64 rand_seed[3];
/* unsigned long rand_seed[3]; would also work */
AFL_RAND_RETURN rand_seed[3];
s64 init_seed;
u64 total_cal_us, /* Total calibration time (us) */