aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/vm_x86.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-07-25 21:28:15 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-07-25 21:28:15 +0000
commitd6e4128e9f2ca4f71fa1612c45f84bc45b82a5a2 (patch)
tree23aa691a9a5862f8871b0bf2a5af09127120b213 /code/qcommon/vm_x86.c
parentc7f082760f432b227277b4e1e39fc88c814d2dde (diff)
downloadioquake3-aero-d6e4128e9f2ca4f71fa1612c45f84bc45b82a5a2.tar.gz
ioquake3-aero-d6e4128e9f2ca4f71fa1612c45f84bc45b82a5a2.zip
* Fix a few -pedantic warnings
git-svn-id: svn://svn.icculus.org/quake3/trunk@1120 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/vm_x86.c')
-rw-r--r--code/qcommon/vm_x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/vm_x86.c b/code/qcommon/vm_x86.c
index 527ee72..8b6e4a1 100644
--- a/code/qcommon/vm_x86.c
+++ b/code/qcommon/vm_x86.c
@@ -212,7 +212,7 @@ void callAsmCall(void)
// arbitrarily named (though this is not true for the MSC version). When a vm
// makes a system call, control jumps straight to the doAsmCall label.
void AsmCall( void ) {
- asm( CMANG(doAsmCall) ": \n\t" \
+ __asm__( CMANG(doAsmCall) ": \n\t" \
" movl (%%edi),%%eax \n\t" \
" subl $4,%%edi \n\t" \
" orl %%eax,%%eax \n\t" \