Changes in uspace/lib/c/arch/ia32/src/syscall.S [1d465bf:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/syscall.S
r1d465bf r63f8966 32 32 __syscall_fast_func: 33 33 .long __syscall_slow 34 .size __syscall_fast_func, . - __syscall_fast_func35 34 36 35 .text … … 72 71 */ 73 72 .global __syscall_fast 74 .type __syscall_fast, @function75 76 73 __syscall_fast: 77 74 pushl %ebx … … 98 95 popl %ebx 99 96 ret 100 101 .size __syscall_fast, . - __syscall_fast
Note:
See TracChangeset
for help on using the changeset viewer.