Changeset 4b2c458c in mainline for uspace/lib/libc/arch/sparc64/include/stack.h
- Timestamp:
- 2009-07-11T20:55:41Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 450448d
- Parents:
- ec8b0dac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/include/stack.h
rec8b0dac r4b2c458c 46 46 #define STACK_WINDOW_SAVE_AREA_SIZE (16 * STACK_ITEM_SIZE) 47 47 48 /* 49 * Six extended words for first six arguments. 50 */ 51 #define STACK_ARG_SAVE_AREA_SIZE (6 * STACK_ITEM_SIZE) 52 48 53 /** 49 54 * By convention, the actual top of the stack is %sp + STACK_BIAS.
Note:
See TracChangeset
for help on using the changeset viewer.