aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-18 11:15:56 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-18 11:15:56 +0000
commit095f61d202ef65e8efa88d98c87759bac420dbe3 (patch)
tree764e53680564efe0ffd451bb436fdc8b4ef58b52
parent92d88ecbac89a181c103719bab2d1b4b30a7283d (diff)
Revert, this is already fixed in a better way.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2700 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--target-i386/helper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 968d3991f..4656596eb 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -21,11 +21,6 @@
//#define DEBUG_PCALL
-#if defined(__sparc__) && (HOST_SOLARIS < 10)
-#include <ieeefp.h>
-#define isinf(x) (fpclass(x) == FP_NINF || fpclass(x) == FP_PINF)
-#endif
-
#if 0
#define raise_exception_err(a, b)\
do {\