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 MachEmulateInst() -> mips_emul_inst() in ...



details:   https://anonhg.NetBSD.org/src/rev/93c74395e3cf
branches:  trunk
changeset: 762630:93c74395e3cf
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Feb 24 15:27:00 2011 +0000

description:
MachEmulateInst() -> mips_emul_inst() in comment.

diffstat:

 sys/arch/mips/mips/locore.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 809ca3f68158 -r 93c74395e3cf sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Thu Feb 24 15:25:07 2011 +0000
+++ b/sys/arch/mips/mips/locore.S       Thu Feb 24 15:27:00 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index