summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/jmr3904/start/regs.S
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-31 15:27:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-31 15:27:43 +0000
commit433d408b9d1f391b9dcb721449a90e0dc39f5ba8 (patch)
treec23519e6403d02782833b988f4628cb33958e763 /c/src/lib/libbsp/mips/jmr3904/start/regs.S
parent2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-433d408b9d1f391b9dcb721449a90e0dc39f5ba8.tar.bz2
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/mips/jmr3904/start/regs.S')
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/start/regs.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/mips/jmr3904/start/regs.S b/c/src/lib/libbsp/mips/jmr3904/start/regs.S
index c673e5e1c9..07ab06ad92 100644
--- a/c/src/lib/libbsp/mips/jmr3904/start/regs.S
+++ b/c/src/lib/libbsp/mips/jmr3904/start/regs.S
@@ -63,7 +63,7 @@
#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_SR $12 /* Status Register */
#define C0_CAUSE $13 /* last exception description */