Subversion Repositories HelenOS-historic

Rev

Rev 1126 | Rev 1221 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1126 Rev 1196
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,
77
           istate->ra,rasymbol, istate->sp);
77
           istate->ra,rasymbol, istate->sp);
78
}
78
}
79
 
79
 
80
static void unhandled_exception(int n, istate_t *istate)
80
static void unhandled_exception(int n, istate_t *istate)
81
{
81
{