Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1768 → Rev 1769

/kernel/trunk/arch/mips32/src/exception.c
48,7 → 48,10
#include <arch/debugger.h>
 
static char * exctable[] = {
"Interrupt","TLB Modified","TLB Invalid","TLB Invalid Store",
"Interrupt",
"TLB Modified",
"TLB Invalid",
"TLB Invalid Store",
"Address Error - load/instr. fetch",
"Address Error - store",
"Bus Error - fetch instruction",
174,4 → 177,3
 
/** @}
*/