Revision 095f61d2 target-i386/helper.c
b/target-i386/helper.c | ||
---|---|---|
21 | 21 |
|
22 | 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 | 24 |
#if 0 |
30 | 25 |
#define raise_exception_err(a, b)\ |
31 | 26 |
do {\ |
Also available in: Unified diff