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