Rev 1054 | Rev 1100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1054 | Rev 1096 | ||
---|---|---|---|
Line 96... | Line 96... | ||
96 | extern void exception(istate_t *istate); |
96 | extern void exception(istate_t *istate); |
97 | extern void tlb_refill_entry(void); |
97 | extern void tlb_refill_entry(void); |
98 | extern void exception_entry(void); |
98 | extern void exception_entry(void); |
99 | extern void cache_error_entry(void); |
99 | extern void cache_error_entry(void); |
100 | extern void exception_init(void); |
100 | extern void exception_init(void); |
- | 101 | extern __native syscall_handler(__native a0, __native a1, __native a2, |
|
- | 102 | __native a3, __native sysnum); |
|
101 | #endif |
103 | #endif |