Changeset 361635c in mainline for arch/ia64/include/context.h
- Timestamp:
- 2005-08-25T20:58:07Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fde6429
- Parents:
- cfd6efd2
- File:
-
- 1 edited
-
arch/ia64/include/context.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/context.h
rcfd6efd2 r361635c 42 42 #endif 43 43 44 #define context_set(c, _pc, stack, size) \45 (c)->pc = (__address) _pc; \46 (c)->bsp = ( __address) stack;\44 #define context_set(c, _pc, stack, size) \ 45 (c)->pc = (__address) _pc; \ 46 (c)->bsp = ((__address) stack) + (sizeof(the_t)); \ 47 47 (c)->sp = ((__address) stack) + (size) - SP_DELTA; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
