Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 180 → Rev 179

/SPARTAN/trunk/arch/mips/include/context.h
31,14 → 31,9
 
#include <arch/types.h>
 
#define STACK_ITEM_SIZE 4
#define SP_DELTA 0
 
/*
* Put one item onto the stack to support get_stack_base().
*/
#define SP_DELTA (0+STACK_ITEM_SIZE)
 
 
struct context {
__u32 r0;
__u32 r1;