2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/spurious.c: Fix typo from previous commit.
This commit is contained in:
Joel Sherrill
2007-05-11 21:03:55 +00:00
parent 13602a5c67
commit 65332b45de
2 changed files with 5 additions and 2 deletions

View File

@@ -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>
* console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,

View File

@@ -63,8 +63,7 @@ rtems_isr bsp_spurious_handler(
printk( "fp exception\n" );
break;
case 0x09:
printk("data access exception at 0x%08x\n",
LEON_REG.First_Failing_Address );
printk("data access exception at 0x%08x\n", LEON_REG.Failed_Address );
break;
case 0x0A:
printk( "tag overflow\n" );