提交 4b70269e 编写于 作者: T ths

Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2698 c046a42c-6fe2-441c-8c8c-71466251a162
上级 af661ad1
......@@ -21,6 +21,11 @@
//#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 {\
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册