Changeset 1fbbcd6 in mainline for arch/mips/include/context.h
- Timestamp:
- 2005-08-29T20:31:23Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 81887b7
- Parents:
- 4dd0704
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/include/context.h
r4dd0704 r1fbbcd6 32 32 #include <arch/types.h> 33 33 34 #define SP_DELTA 0 34 #define STACK_ITEM_SIZE 4 35 36 /* 37 * Put one item onto the stack to support get_stack_base(). 38 */ 39 #define SP_DELTA (0+STACK_ITEM_SIZE) 35 40 36 41
Note:
See TracChangeset
for help on using the changeset viewer.