Changeset a7372ccf in mainline for uspace/lib/c/arch/sparc32/include/libarch/stack.h
- Timestamp:
- 2013-11-17T21:27:39Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bc42bd
- Parents:
- a3b034b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc32/include/libarch/stack.h
ra3b034b ra7372ccf 39 39 40 40 /** According to SPARC Compliance Definition, every stack frame is 16-byte aligned. */ 41 #define STACK_ALIGNMENT 1641 #define STACK_ALIGNMENT 8 42 42 43 43 /** … … 51 51 #define STACK_ARG_SAVE_AREA_SIZE (6 * STACK_ITEM_SIZE) 52 52 53 /**54 * By convention, the actual top of the stack is %sp + STACK_BIAS.55 */56 #define STACK_BIAS 204757 58 53 #endif 59 54
Note:
See TracChangeset
for help on using the changeset viewer.