Rev 2089 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2089 | Rev 3790 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #include <arch/exception.h> |
36 | #include <arch/exception.h> |
37 | #include <panic.h> |
37 | #include <panic.h> |
38 | 38 | ||
39 | void cache_error(istate_t *istate) |
39 | void cache_error(istate_t *istate) |
40 | { |
40 | { |
41 | panic("cache_error exception (epc=%p)\n", istate->epc); |
41 | panic("cache_error exception (epc=%p).", istate->epc); |
42 | } |
42 | } |
43 | 43 | ||
44 | /** @} |
44 | /** @} |
45 | */ |
45 | */ |