Changes in uspace/lib/c/arch/ia64/src/syscall.S [27f67f5:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/src/syscall.S
r27f67f5 r9d58539 27 27 # 28 28 29 #include <abi/asmtool.h>30 31 29 /** 32 30 * Immediate operand for break instruction. … … 39 37 #define SYSCALL_IMM 1 40 38 41 FUNCTION_BEGIN(__syscall) 39 .global __syscall 40 __syscall: 42 41 alloc r14 = ar.pfs, 7, 0, 0, 0 ;; 43 42 break SYSCALL_IMM 44 43 mov ar.pfs = r14 ;; 45 44 br.ret.sptk.many b0 46 FUNCTION_END(__syscall)47
Note:
See TracChangeset
for help on using the changeset viewer.