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 Move a comment slighty so that it's befor...



details:   https://anonhg.NetBSD.org/src/rev/1ad4a3793e79
branches:  trunk
changeset: 962047:1ad4a3793e79
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Apr 29 08:14:08 2021 +0000

description:
Move a comment slighty so that it's before two #ifdef blocks that do the
same thing instead of in the middle of them.

diffstat:

 sys/arch/mips/mips/fp.S |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r dab121dfa720 -r 1ad4a3793e79 sys/arch/mips/mips/fp.S
--- a/sys/arch/mips/mips/fp.S   Thu Apr 29 08:11:38 2021 +0000
+++ b/sys/arch/mips/mips/fp.S   Thu Apr 29 08:14:08 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fp.S,v 1.52 2021/04/29 08:11:38 simonb Exp $   */
+/*     $NetBSD: fp.S,v 1.53 2021/04/29 08:14:08 simonb Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -4411,13 +4411,14 @@
  *----------------------------------------------------------------------------
  */
 STATIC_LEAF(renorm_ft_s)
+/*
+ * Find out how many leading zero bits are in ta2 and put in v1.
+ */
 #if __mips == 32 || __mips == 64
        clz     v1, ta2
 #else
        .set    noat
-/*
- * Find out how many leading zero bits are in ta2 and put in v1.
- */
+
        move    v0, ta2
        move    v1, zero
        srl     AT, v0, 16



Home | Main Index | Thread Index | Old Index