mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
- ...mised this one
svn path=/trunk/; revision=42317
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user