Rev 1870 | Rev 1882 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1870 | Rev 1880 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | 48 | ||
49 | #ifndef __ASM__ |
49 | #ifndef __ASM__ |
50 | 50 | ||
51 | #include <typedefs.h> |
51 | #include <typedefs.h> |
52 | 52 | ||
- | 53 | extern void dump_istate(istate_t *istate); |
|
- | 54 | ||
53 | extern void instruction_access_exception(int n, istate_t *istate); |
55 | extern void instruction_access_exception(int n, istate_t *istate); |
54 | extern void instruction_access_error(int n, istate_t *istate); |
56 | extern void instruction_access_error(int n, istate_t *istate); |
55 | extern void illegal_instruction(int n, istate_t *istate); |
57 | extern void illegal_instruction(int n, istate_t *istate); |
56 | extern void privileged_opcode(int n, istate_t *istate); |
58 | extern void privileged_opcode(int n, istate_t *istate); |
57 | extern void division_by_zero(int n, istate_t *istate); |
59 | extern void division_by_zero(int n, istate_t *istate); |