Rev 1196 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1196 | Rev 1221 | ||
---|---|---|---|
Line 71... | Line 71... | ||
71 | pcsymbol = s; |
71 | pcsymbol = s; |
72 | s = get_symtab_entry(istate->ra); |
72 | s = get_symtab_entry(istate->ra); |
73 | if (s) |
73 | if (s) |
74 | rasymbol = s; |
74 | rasymbol = s; |
75 | 75 | ||
76 | printf("PC: %#X(%s) RA: %#X(%s), SP(%P)\n",istate->epc,pcsymbol, |
76 | printf("PC: %#x(%s) RA: %#x(%s), SP(%p)\n", istate->epc, pcsymbol, istate->ra, rasymbol, istate->sp); |
77 | istate->ra,rasymbol, istate->sp); |
- | |
78 | } |
77 | } |
79 | 78 | ||
80 | static void unhandled_exception(int n, istate_t *istate) |
79 | static void unhandled_exception(int n, istate_t *istate) |
81 | { |
80 | { |
82 | print_regdump(istate); |
81 | print_regdump(istate); |