aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/snapvectora.s
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/snapvectora.s')
-rw-r--r--code/unix/snapvectora.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/unix/snapvectora.s b/code/unix/snapvectora.s
index 3f9d330..11294a0 100644
--- a/code/unix/snapvectora.s
+++ b/code/unix/snapvectora.s
@@ -46,7 +46,7 @@ cw037F: .long 0x037F
.text
// void Sys_SnapVector( float *v )
-.global C(Sys_SnapVector)
+.globl C(Sys_SnapVector)
C(Sys_SnapVector):
pushl %eax
pushl %ebp
@@ -74,7 +74,7 @@ C(Sys_SnapVector):
ret
// void Sys_SnapVectorCW( float *v, unsigned short int cw )
-.global C(Sys_SnapVectorCW)
+.globl C(Sys_SnapVectorCW)
C(Sys_SnapVectorCW):
pushl %eax
pushl %ebp