Changes in uspace/lib/libc/arch/sparc64/include/fibril.h [b1d3c36:47246f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/include/fibril.h
rb1d3c36 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 { \
Note:
See TracChangeset
for help on using the changeset viewer.