Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4390 → Rev 4391

/branches/tracing/kernel/arch/amd64/include/interrupt.h
62,6 → 62,7
#endif
 
#define VECTOR_DEBUG 1
#define VECTOR_BREAKPOINT 3
#define VECTOR_CLK (IVT_IRQBASE + IRQ_CLK)
#define VECTOR_PIC_SPUR (IVT_IRQBASE + IRQ_PIC_SPUR)
#define VECTOR_SYSCALL IVT_FREEBASE
96,7 → 97,7
{
istate->rip = retaddr;
}
static inline unative_t istate_get_pc(istate_t *istate)
static inline uintptr_t istate_get_pc(istate_t *istate)
{
return istate->rip;
}