diff options
-rw-r--r-- | qemu_mode/patches/afl-qemu-floats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/patches/afl-qemu-floats.h b/qemu_mode/patches/afl-qemu-floats.h index 765deb74..0b2ac2ae 100644 --- a/qemu_mode/patches/afl-qemu-floats.h +++ b/qemu_mode/patches/afl-qemu-floats.h @@ -35,7 +35,7 @@ #include "afl-qemu-common.h" union afl_float32 { - float64 f; + float32 f; struct { u64 sign : 1; u64 exp : 7; |