[iortcw] 264/497: All: Fix compile error with ml64 assembler

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit ac844484b8c8697fbfe9ecc0ed677f1c2792e739
Author: M4N4T4RMS at gmail.com <M4N4T4RMS at gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date:   Sun Dec 28 22:14:05 2014 +0000

    All: Fix compile error with ml64 assembler
---
 MP/code/asm/ftola.asm      | 3 +--
 MP/code/asm/snapvector.asm | 3 +--
 SP/code/asm/ftola.asm      | 3 +--
 SP/code/asm/snapvector.asm | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/MP/code/asm/ftola.asm b/MP/code/asm/ftola.asm
index 321b6b5..a3dc555 100644
--- a/MP/code/asm/ftola.asm
+++ b/MP/code/asm/ftola.asm
@@ -21,10 +21,9 @@
 ; MASM ftol conversion functions using SSE or FPU
 ; assume __cdecl calling convention is being used for x86, __fastcall for x64
 
+IFNDEF idx64
 .686p
 .xmm
-
-IFNDEF idx64
 .model flat, c
 ENDIF
 
diff --git a/MP/code/asm/snapvector.asm b/MP/code/asm/snapvector.asm
index 9e61bec..a15f5f5 100644
--- a/MP/code/asm/snapvector.asm
+++ b/MP/code/asm/snapvector.asm
@@ -24,10 +24,9 @@
 ; function prototype:
 ; void qsnapvector(vec3_t vec)
 
+IFNDEF idx64
 .686p
 .xmm
-
-IFNDEF idx64
 .model flat, c
 ENDIF
 
diff --git a/SP/code/asm/ftola.asm b/SP/code/asm/ftola.asm
index 321b6b5..a3dc555 100644
--- a/SP/code/asm/ftola.asm
+++ b/SP/code/asm/ftola.asm
@@ -21,10 +21,9 @@
 ; MASM ftol conversion functions using SSE or FPU
 ; assume __cdecl calling convention is being used for x86, __fastcall for x64
 
+IFNDEF idx64
 .686p
 .xmm
-
-IFNDEF idx64
 .model flat, c
 ENDIF
 
diff --git a/SP/code/asm/snapvector.asm b/SP/code/asm/snapvector.asm
index 9e61bec..a15f5f5 100644
--- a/SP/code/asm/snapvector.asm
+++ b/SP/code/asm/snapvector.asm
@@ -24,10 +24,9 @@
 ; function prototype:
 ; void qsnapvector(vec3_t vec)
 
+IFNDEF idx64
 .686p
 .xmm
-
-IFNDEF idx64
 .model flat, c
 ENDIF
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list