mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix missing return instruction for fpu ftol on msvc. Thanks to Ensiform for reporting.
This commit is contained in:
parent
beff4a3c47
commit
98af5f4bb0
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ ELSE
|
|||
qroundx87 8[eax]
|
||||
fldcw [esp]
|
||||
add esp, 2
|
||||
ret
|
||||
qsnapvectorx87 ENDP
|
||||
|
||||
ENDIF
|
||||
|
|
Loading…
Reference in a new issue