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 Um, it's mips_fpuillinst(), not fpemul_fp...



details:   https://anonhg.NetBSD.org/src/rev/e3a0e9986805
branches:  trunk
changeset: 762719:e3a0e9986805
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 26 11:27:59 2011 +0000

description:
Um, it's mips_fpuillinst(), not fpemul_fpuillinst().

diffstat:

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

diffs (17 lines):

diff -r c6a52f4b71c7 -r e3a0e9986805 sys/arch/mips/mips/bds_emul.S
--- a/sys/arch/mips/mips/bds_emul.S     Sat Feb 26 11:16:12 2011 +0000
+++ b/sys/arch/mips/mips/bds_emul.S     Sat Feb 26 11:27:59 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bds_emul.S,v 1.3 2011/02/26 11:16:12 tsutsui Exp $     */
+/*     $NetBSD: bds_emul.S,v 1.4 2011/02/26 11:27:59 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -623,6 +623,6 @@
        move    ra, t3                          # restore ra
        move    a1, a0                          # code = instruction
        move    a0, MIPS_CURLWP                 # get current process
-       j       _C_LABEL(fpemul_fpuillinst)
+       j       _C_LABEL(mips_fpuillinst)
 
 END(mips_emul_branchdelayslot)



Home | Main Index | Thread Index | Old Index