From 57e4c06ed749e14c7c183996883dee27c23a0ade Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 24 Jul 2005 14:33:17 +0000 Subject: fscale fix (bug noticed by Kuwanger, fix by malc) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1528 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-i386/exec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-i386/exec.h') diff --git a/target-i386/exec.h b/target-i386/exec.h index a3bbea9999..b1145017d5 100644 --- a/target-i386/exec.h +++ b/target-i386/exec.h @@ -337,6 +337,7 @@ static inline void stfl(target_ulong ptr, float v) #define atan2 atan2l #define floor floorl #define ceil ceill +#define ldexp ldexpl #else #define floatx_to_int32 float64_to_int32 #define floatx_to_int64 float64_to_int64 -- cgit 1.4.1