[quake3-commits] r2169 - trunk/code/asm
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Sep 19 11:49:45 EDT 2011
Author: thilo
Date: 2011-09-19 11:49:45 -0400 (Mon, 19 Sep 2011)
New Revision: 2169
Modified:
trunk/code/asm/snapvector.asm
Log:
Fix missing return instruction for fpu ftol on msvc. Thanks to Ensiform for reporting.
Modified: trunk/code/asm/snapvector.asm
===================================================================
--- trunk/code/asm/snapvector.asm 2011-09-19 02:15:46 UTC (rev 2168)
+++ trunk/code/asm/snapvector.asm 2011-09-19 15:49:45 UTC (rev 2169)
@@ -100,6 +100,7 @@
qroundx87 8[eax]
fldcw [esp]
add esp, 2
+ ret
qsnapvectorx87 ENDP
ENDIF
More information about the quake3-commits
mailing list