* Fix a few -pedantic warnings
This commit is contained in:
parent
e8bbb1f2d1
commit
0c99c0c1d2
5 changed files with 5 additions and 5 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue