Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1220 → Rev 1221

/kernel/trunk/arch/mips32/src/exception.c
73,8 → 73,7
if (s)
rasymbol = s;
printf("PC: %#X(%s) RA: %#X(%s), SP(%P)\n",istate->epc,pcsymbol,
istate->ra,rasymbol, istate->sp);
printf("PC: %#x(%s) RA: %#x(%s), SP(%p)\n", istate->epc, pcsymbol, istate->ra, rasymbol, istate->sp);
}
 
static void unhandled_exception(int n, istate_t *istate)