Module Name: src
Committed By: tsutsui
Date: Thu Feb 24 15:27:00 UTC 2011
Modified Files:
src/sys/arch/mips/mips: locore.S
Log Message:
MachEmulateInst() -> mips_emul_inst() in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 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.178 src/sys/arch/mips/mips/locore.S:1.179
--- src/sys/arch/mips/mips/locore.S:1.178 Thu Feb 24 15:25:07 2011
+++ src/sys/arch/mips/mips/locore.S Thu Feb 24 15:27:00 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.178 2011/02/24 15:25:07 tsutsui Exp $ */
+/* $NetBSD: locore.S,v 1.179 2011/02/24 15:27:00 tsutsui Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -625,7 +625,7 @@
* 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.
+ * than invoking mips_emul_inst(), since it is faster.
*/
bgez a2, 1f # Check the branch delay bit.
nop