Changes in uspace/lib/c/arch/amd64/include/fibril.h [089246ce:619e2a6b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/include/fibril.h
r089246ce r619e2a6b 38 38 #include <sys/types.h> 39 39 40 /* 41 * According to ABI the stack MUST be aligned on 40 /* According to ABI the stack MUST be aligned on 42 41 * 16-byte boundary. If it is not, the va_arg calling will 43 42 * panic sooner or later 44 43 */ 45 #define SP_DELTA 1644 #define SP_DELTA 16 46 45 47 46 #define context_set(c, _pc, stack, size, ptls) \
Note:
See TracChangeset
for help on using the changeset viewer.