2007-12-10 Till Straumann <strauman@slac.stanford.edu>

* new-exceptions/bspsupport/vectors_init.c: beautification.
This commit is contained in:
Till Straumann
2007-12-11 07:32:10 +00:00
parent 4dd7d3d268
commit d436f8c83d

View File

@@ -117,8 +117,8 @@ void C_exception_handler(BSP_Exception_frame* excPtr)
printk(" R1 = %08x", excPtr->GPR1);
printk(" R2 = %08x", excPtr->GPR2);
} else {
printk(" ");
printk(" ");
printk(" ");
printk(" ");
}
printk(" R3 = %08x\n", excPtr->GPR3);
printk("\t R4 = %08x", excPtr->GPR4);