about summary refs log tree commit diff
path: root/qemu_mode/patches/softfloat.diff
blob: 86ffb97ffc8855e34434285a6f102c62957d15c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"