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 about mips_emul_fp() call.



details:   https://anonhg.NetBSD.org/src/rev/381090e18acf
branches:  trunk
changeset: 762714:381090e18acf
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 26 09:47:24 2011 +0000

description:
Fix comment about mips_emul_fp() call.

diffstat:

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

diffs (18 lines):

diff -r f70fe4f92763 -r 381090e18acf sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Sat Feb 26 09:27:20 2011 +0000
+++ b/sys/arch/mips/mips/locore.S       Sat Feb 26 09:47:24 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.181 2011/02/24 16:21:50 tsutsui Exp $     */
+/*     $NetBSD: locore.S,v 1.182 2011/02/26 09:47:24 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -687,7 +687,7 @@
 
 /*
  * Finally, we can call
- * mips_emul(uint32_t insn, struct trapframe *tf, vaddr_t pc).
+ * mips_emul_fp(uint32_t instr, struct trapframe *tf, uint32_t cause).
  */
 4:
        jal             _C_LABEL(mips_emul_fp)



Home | Main Index | Thread Index | Old Index