aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qemu_mode/patches/afl-qemu-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/patches/afl-qemu-common.h b/qemu_mode/patches/afl-qemu-common.h
index dbdb41bc..057e1b62 100644
--- a/qemu_mode/patches/afl-qemu-common.h
+++ b/qemu_mode/patches/afl-qemu-common.h
@@ -42,7 +42,7 @@
#ifdef CPU_NB_REGS
#define AFL_REGS_NUM CPU_NB_REGS
#elif TARGET_ARM
- #define AFL_REGS_NUM 32
+ #define AFL_REGS_NUM 16
#elif TARGET_AARCH64
#define AFL_REGS_NUM 32
#else