Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2942 → Rev 3005

/branches/tracing/uspace/app/debug/arch/mips32/include/types.h
84,6 → 84,11
uint32_t k1; /* We use it as thread-local pointer */
} istate_t;
 
static inline uint32_t istate_get_pc(istate_t *istate)
{
return istate->epc;
}
 
#endif
 
/** @}