Rev 1288 | Rev 1595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1288 | Rev 1293 | ||
---|---|---|---|
Line 93... | Line 93... | ||
93 | __u32 k1; /* We use it as thread-local pointer */ |
93 | __u32 k1; /* We use it as thread-local pointer */ |
94 | }; |
94 | }; |
95 | 95 | ||
96 | static inline void istate_set_retaddr(istate_t *istate, __address retaddr) |
96 | static inline void istate_set_retaddr(istate_t *istate, __address retaddr) |
97 | { |
97 | { |
98 | /* TODO */ |
98 | istate->epc = retaddr; |
99 | } |
99 | } |
100 | 100 | ||
101 | extern void exception(istate_t *istate); |
101 | extern void exception(istate_t *istate); |
102 | extern void tlb_refill_entry(void); |
102 | extern void tlb_refill_entry(void); |
103 | extern void exception_entry(void); |
103 | extern void exception_entry(void); |