Fix missing return instruction for fpu ftol on msvc. Thanks to Ensiform for reporting.

This commit is contained in:
Thilo Schulz 2011-09-19 15:49:45 +00:00
parent beff4a3c47
commit 98af5f4bb0
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ ELSE
qroundx87 8[eax]
fldcw [esp]
add esp, 2
ret
qsnapvectorx87 ENDP
ENDIF