Revision 4b70269e 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

  
24 29
#if 0
25 30
#define raise_exception_err(a, b)\
26 31
do {\

Also available in: Unified diff