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