Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2088 → Rev 2089

/trunk/kernel/arch/ppc64/include/exception.h
36,9 → 36,8
#define KERN_ppc64_EXCEPTION_H_
 
#include <arch/types.h>
#include <typedefs.h>
 
struct istate {
typedef struct {
uint64_t r0;
uint64_t r2;
uint64_t r3;
77,7 → 76,7
uint64_t xer;
uint64_t r12;
uint64_t sp;
};
} istate_t;
 
static inline void istate_set_retaddr(istate_t *istate, uintptr_t retaddr)
{