Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 444 → Rev 445

/SPARTAN/trunk/arch/ia64/include/context.h
40,7 → 40,7
*
* One item is put onto the stack to support get_stack_base().
*/
#define SP_DELTA (0+STACK_ITEM_SIZE)
#define SP_DELTA (0+ALIGN(STACK_ITEM_SIZE, STACK_ALIGNMENT))
 
#define PFM_MASK (~0x3fffffffff)