Changeset 3396f59 in mainline for arch/amd64/include/context.h
- Timestamp:
- 2005-09-04T08:28:55Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ff2f3f
- Parents:
- 005384ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/context.h
r005384ad r3396f59 34 34 #endif 35 35 36 #define SP_DELTA 8 36 37 /* According to ABI the stack MUST be aligned on 38 * 16-byte boundary. If it is not, the va_arg calling will 39 * panic sooner or later 40 */ 41 #define SP_DELTA 16 37 42 38 43 struct context {
Note:
See TracChangeset
for help on using the changeset viewer.