Subversion Repositories HelenOS

Rev

Rev 418 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 418 Rev 420
Line 31... Line 31...
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
#include <typedefs.h>
33
#include <typedefs.h>
34
#include <align.h>
34
#include <align.h>
35
 
35
 
36
#define STACK_ITEM_SIZE         16
36
#define STACK_ITEM_SIZE         8
37
 
37
 
38
/*
38
/*
39
 * One item is put onto the stack to support get_stack_base().
39
 * One item is put onto the stack to support get_stack_base().
40
 */
40
 */
41
#define SP_DELTA    (0+STACK_ITEM_SIZE)
41
#define SP_DELTA    (0+STACK_ITEM_SIZE)