Changeset 7b43e11 in mainline for arch/ia32/include/context.h
- Timestamp:
- 2005-09-18T14:35:38Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e158717
- Parents:
- 714675b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/context.h
r714675b r7b43e11 42 42 #define SP_DELTA (8+STACK_ITEM_SIZE) 43 43 44 /* 45 * Only save registers that must be preserved across 46 * function calls. 47 */ 44 48 struct context { 45 49 __u32 sp;
Note:
See TracChangeset
for help on using the changeset viewer.