mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +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]
|
qroundx87 8[eax]
|
||||||
fldcw [esp]
|
fldcw [esp]
|
||||||
add esp, 2
|
add esp, 2
|
||||||
|
ret
|
||||||
qsnapvectorx87 ENDP
|
qsnapvectorx87 ENDP
|
||||||
|
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
Loading…
Reference in a new issue