mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>
PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>
|
||||
|
||||
PR 1391/bsps
|
||||
* startup/spurious.c: Format was %d but had leading 0x.
|
||||
|
||||
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: All SPARC executables should include
|
||||
|
||||
@@ -33,7 +33,7 @@ rtems_isr bsp_spurious_handler(
|
||||
|
||||
real_trap = SPARC_REAL_TRAP_NUMBER(trap);
|
||||
|
||||
printk( "Unexpected trap (0x%2d) at address 0x%08x\n", real_trap, isf->tpc);
|
||||
printk( "Unexpected trap (%2d) at address 0x%08x\n", real_trap, isf->tpc);
|
||||
|
||||
switch (real_trap) {
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>
|
||||
|
||||
PR 1391/bsps
|
||||
* startup/spurious.c: Format was %d but had leading 0x.
|
||||
|
||||
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: All SPARC executables should include
|
||||
|
||||
@@ -33,7 +33,7 @@ rtems_isr bsp_spurious_handler(
|
||||
|
||||
real_trap = SPARC_REAL_TRAP_NUMBER(trap);
|
||||
|
||||
printk( "Unexpected trap (0x%2d) at address 0x%08x\n", real_trap, isf->tpc);
|
||||
printk( "Unexpected trap (%2d) at address 0x%08x\n", real_trap, isf->tpc);
|
||||
|
||||
switch (real_trap) {
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>
|
||||
|
||||
PR 1391/bsps
|
||||
* startup/spurious.c: Format was %d but had leading 0x.
|
||||
|
||||
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: All SPARC executables should include
|
||||
|
||||
@@ -38,7 +38,7 @@ rtems_isr bsp_spurious_handler(
|
||||
|
||||
real_trap = SPARC_REAL_TRAP_NUMBER(trap);
|
||||
|
||||
printk( "Unexpected trap (0x%2d) at address 0x%08x\n", real_trap, isf->tpc);
|
||||
printk( "Unexpected trap (%2d) at address 0x%08x\n", real_trap, isf->tpc);
|
||||
|
||||
switch (real_trap) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user