mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 09:03:33 +00:00
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/vectors_init.c: beautification.
This commit is contained in:
@@ -117,8 +117,8 @@ void C_exception_handler(BSP_Exception_frame* excPtr)
|
|||||||
printk(" R1 = %08x", excPtr->GPR1);
|
printk(" R1 = %08x", excPtr->GPR1);
|
||||||
printk(" R2 = %08x", excPtr->GPR2);
|
printk(" R2 = %08x", excPtr->GPR2);
|
||||||
} else {
|
} else {
|
||||||
printk(" ");
|
printk(" ");
|
||||||
printk(" ");
|
printk(" ");
|
||||||
}
|
}
|
||||||
printk(" R3 = %08x\n", excPtr->GPR3);
|
printk(" R3 = %08x\n", excPtr->GPR3);
|
||||||
printk("\t R4 = %08x", excPtr->GPR4);
|
printk("\t R4 = %08x", excPtr->GPR4);
|
||||||
|
|||||||
Reference in New Issue
Block a user