Changes in uspace/lib/c/arch/amd64/src/syscall.S [9d58539:3b0f1b9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/syscall.S
r9d58539 r3b0f1b9a 27 27 # 28 28 29 #include <abi/asmtool.h> 30 29 31 .text 30 31 .global __syscall32 32 33 33 ## Make a system call. … … 43 43 # @return The return value will be stored in RAX. 44 44 # 45 __syscall: 45 FUNCTION_BEGIN(__syscall) 46 46 # 47 47 # Move the syscall number into RAX. … … 55 55 syscall 56 56 ret 57 FUNCTION_END(__syscall) 57 58
Note:
See TracChangeset
for help on using the changeset viewer.