Subversion Repositories HelenOS

Rev

Rev 3386 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3386 Rev 4718
Line 37... Line 37...
37
 
37
 
38
#include <libarch/stack.h>
38
#include <libarch/stack.h>
39
#include <sys/types.h>
39
#include <sys/types.h>
40
#include <align.h>
40
#include <align.h>
41
 
41
 
42
#define SP_DELTA    STACK_WINDOW_SAVE_AREA_SIZE
42
#define SP_DELTA    (STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE)
43
 
43
 
44
#ifdef context_set
44
#ifdef context_set
45
#undef context_set
45
#undef context_set
46
#endif
46
#endif
47
 
47