Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3562 → Rev 3563

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