Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/context.h

    rdc0b964 rbac86377  
    2727 */
    2828
    29 /** @addtogroup ia32
     29/** @addtogroup ia32   
    3030 * @{
    3131 */
     
    3737
    3838#ifdef KERNEL
     39#include <arch/types.h>
    3940
    40 #include <typedefs.h>
    41 
    42 #define STACK_ITEM_SIZE  4
     41#define STACK_ITEM_SIZE 4
    4342
    4443/*
     
    4847 * One item is put onto stack to support get_stack_base().
    4948 */
    50 #define SP_DELTA  (8 + STACK_ITEM_SIZE)
     49#define SP_DELTA        (8 + STACK_ITEM_SIZE)
    5150
    5251#define context_set(c, _pc, stack, size) \
Note: See TracChangeset for help on using the changeset viewer.