Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | #define TT_LDQF_MEM_ADDRESS_NOT_ALIGNED 0x38 |
56 | #define TT_LDQF_MEM_ADDRESS_NOT_ALIGNED 0x38 |
57 | #define TT_STQF_MEM_ADDRESS_NOT_ALIGNED 0x39 |
57 | #define TT_STQF_MEM_ADDRESS_NOT_ALIGNED 0x39 |
58 | 58 | ||
59 | #ifndef __ASM__ |
59 | #ifndef __ASM__ |
60 | 60 | ||
61 | #include <typedefs.h> |
61 | #include <arch/interrupt.h> |
62 | 62 | ||
63 | extern void dump_istate(istate_t *istate); |
63 | extern void dump_istate(istate_t *istate); |
64 | 64 | ||
65 | extern void instruction_access_exception(int n, istate_t *istate); |
65 | extern void instruction_access_exception(int n, istate_t *istate); |
66 | extern void instruction_access_error(int n, istate_t *istate); |
66 | extern void instruction_access_error(int n, istate_t *istate); |