Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips Fix comment mangled in rev 1.142 back in ...



details:   https://anonhg.NetBSD.org/src/rev/809ca3f68158
branches:  trunk
changeset: 762629:809ca3f68158
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Feb 24 15:25:07 2011 +0000

description:
Fix comment mangled in rev 1.142 back in 2002.

diffstat:

 sys/arch/mips/mips/locore.S |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 0a960b5b4493 -r 809ca3f68158 sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Thu Feb 24 14:40:43 2011 +0000
+++ b/sys/arch/mips/mips/locore.S       Thu Feb 24 15:25:07 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.177 2011/02/20 16:58:33 matt Exp $        */
+/*     $NetBSD: locore.S,v 1.178 2011/02/24 15:25:07 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -621,13 +621,11 @@
         nop
 
 /*
- * We got an unimplemented operation trap so
- * We received an unimplemented operation trap.
+ * We received an unimplemented operation trap so
+ * fetch the instruction and emulate the instruction.
  *
  * We check whether it's an unimplemented FP instruction here rather
  * than invoking MachEmulateInst(), since it is faster.
- *
- * fetch the instruction and emulate the instruction.
  */
        bgez            a2, 1f                  # Check the branch delay bit.
         nop



Home | Main Index | Thread Index | Old Index