* x86 OS X support

This commit is contained in:
Tim Angus 2006-01-15 15:22:13 +00:00
parent b06643f41d
commit e74947be2c
5 changed files with 21 additions and 19 deletions

View file

@ -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