Commit 095f61d202ef65e8efa88d98c87759bac420dbe3
1 parent
92d88ecb
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
Showing
1 changed file
with
0 additions
and
5 deletions
target-i386/helper.c
| @@ -21,11 +21,6 @@ | @@ -21,11 +21,6 @@ | ||
| 21 | 21 | ||
| 22 | //#define DEBUG_PCALL | 22 | //#define DEBUG_PCALL |
| 23 | 23 | ||
| 24 | -#if defined(__sparc__) && (HOST_SOLARIS < 10) | ||
| 25 | -#include <ieeefp.h> | ||
| 26 | -#define isinf(x) (fpclass(x) == FP_NINF || fpclass(x) == FP_PINF) | ||
| 27 | -#endif | ||
| 28 | - | ||
| 29 | #if 0 | 24 | #if 0 |
| 30 | #define raise_exception_err(a, b)\ | 25 | #define raise_exception_err(a, b)\ |
| 31 | do {\ | 26 | do {\ |