persistent qemu mode arm/arm64 && compcov arm64

This commit is contained in:
Andrea Fioraldi
2020-02-08 18:07:31 +01:00
parent 0403f008e3
commit 5fa4f47bae
6 changed files with 194 additions and 44 deletions

View File

@ -39,10 +39,14 @@
#define PERSISTENT_DEFAULT_MAX_CNT 1000
#ifndef CPU_NB_REGS
#define AFL_REGS_NUM 1000
#else
#ifdef CPU_NB_REGS
#define AFL_REGS_NUM CPU_NB_REGS
#elif TARGET_ARM
#define AFL_REGS_NUM 32
#elif TARGET_AARCH64
#define AFL_REGS_NUM 32
#else
#define AFL_REGS_NUM 100
#endif
/* NeverZero */