mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
11 lines
315 B
Diff
11 lines
315 B
Diff
diff --git a/fpu/softfloat.c b/fpu/softfloat.c
|
|
index e1eef954..2f8d0d62 100644
|
|
--- a/fpu/softfloat.c
|
|
+++ b/fpu/softfloat.c
|
|
@@ -7205,3 +7205,5 @@ float128 float128_scalbn(float128 a, int n, float_status *status)
|
|
, status);
|
|
|
|
}
|
|
+
|
|
+#include "../../patches/afl-qemu-floats.h"
|