Changes in uspace/lib/libc/arch/sparc64/include/fibril.h [36e9cd1:47246f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/include/fibril.h
r36e9cd1 r47246f4 42 42 #define SP_DELTA (STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE) 43 43 44 #ifdef context_set 45 #undef context_set 46 #endif 47 44 48 #define context_set(c, _pc, stack, size, ptls) \ 45 49 do { \ … … 48 52 STACK_ALIGNMENT) - (STACK_BIAS + SP_DELTA); \ 49 53 (c)->fp = -STACK_BIAS; \ 50 (c)->tp = (uint64_t)ptls; \54 (c)->tp = ptls; \ 51 55 } while (0) 52 56
Note:
See TracChangeset
for help on using the changeset viewer.