Changeset a016b63 in mainline for arch/ia64/include/context.h
- Timestamp:
- 2005-10-10T20:26:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a783ca4
- Parents:
- e0cdb7b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/context.h
re0cdb7b6 ra016b63 50 50 #define context_set(c, _pc, stack, size) \ 51 51 (c)->pc = (__address) _pc; \ 52 (c)->bsp = ((__address) stack) + (ALIGN(sizeof(the_t), STACK_ALIGNMENT));\53 (c)->sp = ((__address) stack) + (size) - SP_DELTA;52 (c)->bsp = ((__address) stack) + ALIGN(sizeof(the_t), STACK_ALIGNMENT); \ 53 (c)->sp = ((__address) stack) + ALIGN((size) - SP_DELTA, STACK_ALIGNMENT); 54 54 55 55 /*
Note:
See TracChangeset
for help on using the changeset viewer.