forked from Imagelibrary/rtems
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/spurious.c: Fix typo from previous commit.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/spurious.c: Fix typo from previous commit.
|
||||||
|
|
||||||
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
|
* console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
|
||||||
|
|||||||
@@ -63,8 +63,7 @@ rtems_isr bsp_spurious_handler(
|
|||||||
printk( "fp exception\n" );
|
printk( "fp exception\n" );
|
||||||
break;
|
break;
|
||||||
case 0x09:
|
case 0x09:
|
||||||
printk("data access exception at 0x%08x\n",
|
printk("data access exception at 0x%08x\n", LEON_REG.Failed_Address );
|
||||||
LEON_REG.First_Failing_Address );
|
|
||||||
break;
|
break;
|
||||||
case 0x0A:
|
case 0x0A:
|
||||||
printk( "tag overflow\n" );
|
printk( "tag overflow\n" );
|
||||||
|
|||||||
Reference in New Issue
Block a user