mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-04-04 00:40:51 +00:00
Change to allow compilation in MSVC 2008
This commit is contained in:
parent
668b2ecb2c
commit
92abc9e8ae
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
; function prototype:
|
||||
; void qsnapvector(vec3_t vec)
|
||||
|
||||
.686
|
||||
.xmm
|
||||
|
||||
IFNDEF idx64
|
||||
.model flat, c
|
||||
ENDIF
|
||||
|
|
Loading…
Reference in a new issue