Subversion Repositories HelenOS

Rev

Rev 3071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3071 Rev 3790
Line 85... Line 85...
85
 
85
 
86
/** Return true if exception happened while in userspace */
86
/** Return true if exception happened while in userspace */
87
#include <panic.h>
87
#include <panic.h>
88
static inline int istate_from_uspace(istate_t *istate)
88
static inline int istate_from_uspace(istate_t *istate)
89
{
89
{
90
    panic("istate_from_uspace not yet implemented");
90
    panic("istate_from_uspace not yet implemented.");
91
    return 0;
91
    return 0;
92
}
92
}
93
 
93
 
94
static inline unative_t istate_get_pc(istate_t *istate)
94
static inline unative_t istate_get_pc(istate_t *istate)
95
{
95
{