Change to allow compilation in MSVC 2008

This commit is contained in:
Andrei Drexler 2011-07-20 18:20:52 +00:00
parent 668b2ecb2c
commit 92abc9e8ae
2 changed files with 6 additions and 0 deletions

View file

@ -21,6 +21,9 @@
; MASM ftol conversion functions using SSE or FPU
; assume __cdecl calling convention is being used for x86, __fastcall for x64
.686
.xmm
IFNDEF idx64
.model flat, c
ENDIF

View file

@ -24,6 +24,9 @@
; function prototype:
; void qsnapvector(vec3_t vec)
.686
.xmm
IFNDEF idx64
.model flat, c
ENDIF