mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
- ...mised this one
svn path=/trunk/; revision=42317
This commit is contained in:
parent
04ae85ed31
commit
e28ef8646f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue