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