Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/arch/ia32/src/syscall.S

    r1ea99cc rf2ef7fd  
    6565 */
    6666.global __syscall_sysenter
    67         .type __syscall_sysenter, @function
    68 
    6967__syscall_sysenter:
    7068        pushl %ebx
     
    9189        popl %ebx
    9290        ret
    93 
    94         .size __syscall_sysenter, . - __syscall_sysenter
Note: See TracChangeset for help on using the changeset viewer.