Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2082 → Rev 2083

/trunk/kernel/arch/mips32/include/context.h
52,7 → 52,7
* Only save registers that must be preserved across
* function calls.
*/
struct context {
typedef struct {
uintptr_t sp;
uintptr_t pc;
68,7 → 68,7
uint32_t gp;
 
ipl_t ipl;
};
} context_t;
 
#endif /* __ASM__ */