2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 566/bsps
	* start/regs.S: Fix nasty typo.
This commit is contained in:
Joel Sherrill
2004-02-04 01:35:41 +00:00
parent 7de339e254
commit 68dcc43f01
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 566/bsps
* start/regs.S: Fix nasty typo.
2003-09-04 Joel Sherrill <joel@OARcorp.com> 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* console/console-io.c, include/bsp.h, startup/bspclean.c, * console/console-io.c, include/bsp.h, startup/bspclean.c,

View File

@@ -63,7 +63,7 @@
#define PHYS_TO_K1(a) ((unsigned)(a) | K1BASE) #define PHYS_TO_K1(a) ((unsigned)(a) | K1BASE)
/* Standard Co-Processor 0 register numbers: /* Standard Co-Processor 0 register numbers: */
#define C0_COUNT $9 /* Count Register */ #define C0_COUNT $9 /* Count Register */
#define C0_SR $12 /* Status Register */ #define C0_SR $12 /* Status Register */
#define C0_CAUSE $13 /* last exception description */ #define C0_CAUSE $13 /* last exception description */