Subversion Repositories HelenOS

Rev

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

Rev 1852 Rev 1853
Line 43... Line 43...
43
 
43
 
44
#define IVT_ITEMS   15
44
#define IVT_ITEMS   15
45
#define IVT_FIRST   1
45
#define IVT_FIRST   1
46
 
46
 
47
struct istate {
47
struct istate {
48
    uint64_t    pstate;
-
 
49
    uint64_t    tnpc;
48
    uint64_t    tnpc;
50
    uint64_t    tpc;
49
    uint64_t    tpc;
51
    uint64_t    tstate;
50
    uint64_t    tstate;
52
};
51
};
53
 
52