float2double

This commit is contained in:
van Hauser
2020-12-31 11:51:10 +01:00
parent 84e72b0a51
commit 7e6645d5a2
2 changed files with 3 additions and 3 deletions

View File

@ -645,7 +645,7 @@ typedef struct afl_state {
unsigned long long int last_avg_exec_update;
u32 last_avg_execs;
float last_avg_execs_saved;
double last_avg_execs_saved;
/* foreign sync */
#define FOREIGN_SYNCS_MAX 32