- ...mised this one

svn path=/trunk/; revision=42317
This commit is contained in:
Stefan Ginsberg 2009-07-31 18:40:19 +00:00
parent 04ae85ed31
commit e28ef8646f

View file

@ -14,8 +14,8 @@
__asm__ __volatile__ ("fistpl %0" : "=m" (out) : "t" (in) : "st");
#else
#define FLOAT_TO_INT(in,out) \
__asm fld in \
__asm fistp out
__asm fld in; \
__asm fistp out;
#endif
LONG