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 Whitespace / comment alignment



details:   https://anonhg.NetBSD.org/src/rev/3032527dc765
branches:  trunk
changeset: 936608:3032527dc765
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jul 31 20:04:18 2020 +0000

description:
Whitespace / comment alignment

diffstat:

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

diffs (27 lines):

diff -r db6b3bde8493 -r 3032527dc765 sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Fri Jul 31 20:03:20 2020 +0000
+++ b/sys/arch/mips/mips/locore.S       Fri Jul 31 20:04:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.224 2020/07/31 20:03:20 skrll Exp $       */
+/*     $NetBSD: locore.S,v 1.225 2020/07/31 20:04:18 skrll Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -63,7 +63,7 @@
 #include <mips/trap.h>
 #include <mips/locore.h>
 
-RCSID("$NetBSD: locore.S,v 1.224 2020/07/31 20:03:20 skrll Exp $")
+RCSID("$NetBSD: locore.S,v 1.225 2020/07/31 20:04:18 skrll Exp $")
 
 #include "assym.h"
 
@@ -313,7 +313,7 @@
        teqi    t1, 0
 #elif defined(PARANOID_LOOP)
        and     t1, t0, MIPS_SR_INT_IE
-2:     beqz    t1, 2b                  # status reg should not differ
+2:     beqz    t1, 2b                          # status reg should not differ
         nop
 #endif /* PARANOID_LOOP */
        DYNAMIC_STATUS_MASK(t0,ra)



Home | Main Index | Thread Index | Old Index