Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2607 → Rev 2608

/trunk/kernel/arch/ia64/include/interrupt.h
113,7 → 113,8
uintptr_t sp;
/*
* The following variables are defined only for break_instruction handler.
* The following variables are defined only for break_instruction
* handler.
*/
uint64_t in0;
uint64_t in1;
120,6 → 121,8
uint64_t in2;
uint64_t in3;
uint64_t in4;
uint64_t in5;
uint64_t in6;
} istate_t;
 
static inline void istate_set_retaddr(istate_t *istate, uintptr_t retaddr)