Changes in kernel/arch/ia32/include/context.h [bac86377:dc0b964] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/context.h
rbac86377 rdc0b964 27 27 */ 28 28 29 /** @addtogroup ia32 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 37 37 38 38 #ifdef KERNEL 39 #include <arch/types.h>40 39 41 #define STACK_ITEM_SIZE 4 40 #include <typedefs.h> 41 42 #define STACK_ITEM_SIZE 4 42 43 43 44 /* … … 47 48 * One item is put onto stack to support get_stack_base(). 48 49 */ 49 #define SP_DELTA 50 #define SP_DELTA (8 + STACK_ITEM_SIZE) 50 51 51 52 #define context_set(c, _pc, stack, size) \
Note:
See TracChangeset
for help on using the changeset viewer.