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 a comment



details:   https://anonhg.NetBSD.org/src/rev/78d920dfbc72
branches:  trunk
changeset: 346865:78d920dfbc72
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 05 15:35:32 2016 +0000

description:
Fix a comment

diffstat:

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

diffs (18 lines):

diff -r 2b6481106b9d -r 78d920dfbc72 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Fri Aug 05 15:33:28 2016 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Fri Aug 05 15:35:32 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mipsX_subr.S,v 1.78 2016/08/05 15:33:28 skrll Exp $    */
+/*     $NetBSD: mipsX_subr.S,v 1.79 2016/08/05 15:35:32 skrll Exp $    */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -2162,7 +2162,7 @@
         li     v0, 0                           # assume failure
        bnez    t1, 4f                          # Decide even odd
         nop
-       move    t3, a2                          # swap a1 & t0
+       move    t3, a2                          # swap a2 and t0
        move    a2, t0                          #
        move    t0, a3                          #
 4:



Home | Main Index | Thread Index | Old Index