mirror of https://gitee.com/openkylin/qemu.git
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
This commit is contained in:
parent
92d88ecbac
commit
095f61d202
|
@ -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 {\
|
||||
|
|
Loading…
Reference in New Issue