* Fix a few -pedantic warnings

This commit is contained in:
Tim Angus 2007-07-25 21:28:15 +00:00
parent e8bbb1f2d1
commit 0c99c0c1d2
5 changed files with 5 additions and 5 deletions

View file

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