diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-18 11:15:56 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-18 11:15:56 +0000 |
commit | 095f61d202ef65e8efa88d98c87759bac420dbe3 (patch) | |
tree | 764e53680564efe0ffd451bb436fdc8b4ef58b52 /target-i386 | |
parent | 92d88ecbac89a181c103719bab2d1b4b30a7283d (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
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index 968d3991fa..4656596eb1 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 {\ |