diff options
Diffstat (limited to 'emulators/qemu/files/patch-target-sparc::op_helper.c')
-rw-r--r-- | emulators/qemu/files/patch-target-sparc::op_helper.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emulators/qemu/files/patch-target-sparc::op_helper.c b/emulators/qemu/files/patch-target-sparc::op_helper.c new file mode 100644 index 000000000000..e621a1337ad1 --- /dev/null +++ b/emulators/qemu/files/patch-target-sparc::op_helper.c @@ -0,0 +1,8 @@ +--- qemu/target-sparc/op_helper.c.orig Mon Oct 11 02:46:24 2004 ++++ qemu/target-sparc/op_helper.c Thu Oct 28 23:28:57 2004 +@@ -1,5 +1,4 @@ + #include <math.h> +-#include <fenv.h> + #include "exec.h" + + #ifdef USE_INT_TO_FLOAT_HELPERS |