mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
afl-gotcpu.c: compielr warning fixed: initialize variable v2
This commit is contained in:
@ -90,7 +90,7 @@ static u64 get_cpu_usage_us(void) {
|
||||
|
||||
static u32 measure_preemption(u32 target_ms) {
|
||||
|
||||
volatile u32 v1, v2;
|
||||
volatile u32 v1, v2 = 0;
|
||||
|
||||
u64 st_t, en_t, st_c, en_c, real_delta, slice_delta;
|
||||
s32 loop_repeats = 0;
|
||||
|
Reference in New Issue
Block a user