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:
terminx 2014-10-25 03:26:13 +00:00
parent 3eaf78da8b
commit dedadcb76e
1 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,8 @@ static inline int32_t Blrintf(const float x)
int n;
__asm fld x;
__asm fistp n;
} return n;
return n;
}
#endif
#else
# define longlong(x) x##ll