Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4338 → Rev 4339

/branches/dynload/kernel/arch/ppc64/include/exception.h
87,7 → 87,7
#include <panic.h>
static inline int istate_from_uspace(istate_t *istate)
{
panic("istate_from_uspace not yet implemented");
panic("istate_from_uspace not yet implemented.");
return 0;
}