Changes in uspace/lib/c/arch/ia64/src/fibril.S [58563585:7947c34] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/src/fibril.S
r58563585 r7947c34 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <libarch/fibril_context.h> 31 30 32 31 .text 33 32 34 FUNCTION_BEGIN(context_save) 33 .global context_save 34 .global context_restore 35 36 context_save: 35 37 alloc loc0 = ar.pfs, 1, 49, 0, 0 36 38 mov loc1 = ar.unat ;; … … 180 182 add r8 = r0, r0, 1 /* context_save returns 1 */ 181 183 br.ret.sptk.many b0 182 FUNCTION_END(context_save) 183 184 FUNCTION_BEGIN(context_restore) 184 185 context_restore: 185 186 alloc loc0 = ar.pfs, 1, 50, 0, 0 ;; 186 187 … … 337 338 mov r8 = r0 /* context_restore returns 0 */ 338 339 br.ret.sptk.many b0 339 FUNCTION_END(context_restore)
Note:
See TracChangeset
for help on using the changeset viewer.