Module Name:    src
Committed By:   tsutsui
Date:           Thu Feb 24 15:25:07 UTC 2011

Modified Files:
        src/sys/arch/mips/mips: locore.S

Log Message:
Fix comment mangled in rev 1.142 back in 2002.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/arch/mips/mips/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/locore.S
diff -u src/sys/arch/mips/mips/locore.S:1.177 src/sys/arch/mips/mips/locore.S:1.178
--- src/sys/arch/mips/mips/locore.S:1.177	Sun Feb 20 16:58:33 2011
+++ src/sys/arch/mips/mips/locore.S	Thu Feb 24 15:25:07 2011
@@ -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

Reply via email to