Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3563 → Rev 3552

/branches/dynload/uspace/lib/libc/arch/ia32/src/syscall.S
64,8 → 64,6
* segment, otherwise the SYSENTER wouldn't work in the first place).
*/
.global __syscall_sysenter
.type __syscall_sysenter, @function
 
__syscall_sysenter:
pushl %ebx
pushl %esi
90,5 → 88,3
popl %esi
popl %ebx
ret
 
.size __syscall_sysenter, . - __syscall_sysenter