Changes in uspace/lib/libc/arch/ia32/src/syscall.S [f2ef7fd:1ea99cc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia32/src/syscall.S
rf2ef7fd r1ea99cc 65 65 */ 66 66 .global __syscall_sysenter 67 .type __syscall_sysenter, @function 68 67 69 __syscall_sysenter: 68 70 pushl %ebx … … 89 91 popl %ebx 90 92 ret 93 94 .size __syscall_sysenter, . - __syscall_sysenter
Note:
See TracChangeset
for help on using the changeset viewer.