Skip to content

Commit

Permalink
Fix missing return instruction for fpu ftol on msvc. Thanks to Ensifo…
Browse files Browse the repository at this point in the history
…rm for reporting.
  • Loading branch information
Thilo Schulz committed Sep 19, 2011
1 parent beff4a3 commit 98af5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/asm/snapvector.asm
Expand Up @@ -100,6 +100,7 @@ ELSE
qroundx87 8[eax]
fldcw [esp]
add esp, 2
ret
qsnapvectorx87 ENDP

ENDIF
Expand Down

0 comments on commit 98af5f4

Please sign in to comment.