mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
That's one hell of a typo
git-svn-id: https://svn.eduke32.com/eduke32@4651 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3eaf78da8b
commit
dedadcb76e
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ static inline int32_t Blrintf(const float x)
|
||||||
int n;
|
int n;
|
||||||
__asm fld x;
|
__asm fld x;
|
||||||
__asm fistp n;
|
__asm fistp n;
|
||||||
} return n;
|
return n;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
# define longlong(x) x##ll
|
# define longlong(x) x##ll
|
||||||
|
|
Loading…
Reference in a new issue