Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/playstation2/playstation2 Convert # line comments t...



details:   https://anonhg.NetBSD.org/src/rev/26bd096b111c
branches:  trunk
changeset: 344523:26bd096b111c
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Apr 03 09:06:28 2016 +0000

description:
Convert # line comments to // line to avoid preprocessor confusion

diffstat:

 sys/arch/playstation2/playstation2/locore_machdep.S |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 58e7b3722d3d -r 26bd096b111c sys/arch/playstation2/playstation2/locore_machdep.S
--- a/sys/arch/playstation2/playstation2/locore_machdep.S       Sun Apr 03 08:21:15 2016 +0000
+++ b/sys/arch/playstation2/playstation2/locore_machdep.S       Sun Apr 03 09:06:28 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_machdep.S,v 1.12 2015/03/22 20:32:08 martin Exp $       */
+/*     $NetBSD: locore_machdep.S,v 1.13 2016/04/03 09:06:28 martin Exp $       */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -158,16 +158,16 @@
        sync.l
        sync.p
 1:
-       # line +0
+       // line +0
        cache   CACHEOP_R5900_IWBINV_D,  0(t0);sync.l;sync.p    # way 0
        cache   CACHEOP_R5900_IWBINV_D,  1(t0);sync.l;sync.p    # way 1
-       # line +1
+       // line +1
        cache   CACHEOP_R5900_IWBINV_D, 64(t0);sync.l;sync.p    # way 0
        cache   CACHEOP_R5900_IWBINV_D, 65(t0);sync.l;sync.p    # way 1
-       # line +2
+       // line +2
        cache   CACHEOP_R5900_IWBINV_D,128(t0);sync.l;sync.p    # way 0
        cache   CACHEOP_R5900_IWBINV_D,129(t0);sync.l;sync.p    # way 1
-       # line +3
+       // line +3
        cache   CACHEOP_R5900_IWBINV_D,192(t0);sync.l;sync.p    # way 0
        cache   CACHEOP_R5900_IWBINV_D,193(t0);sync.l;sync.p    # way 1
        addu    t0, t0, 256     
@@ -186,16 +186,16 @@
 1:
        #       [12:6]  ... line
        #       [0]     ... way
-       # line +0
+       // line +0
        cache   CACHEOP_R5900_IINV_I,  0(t0);sync.l;sync.p      # way 0
        cache   CACHEOP_R5900_IINV_I,  1(t0);sync.l;sync.p      # way 1
-       # line +1       
+       // line +1      
        cache   CACHEOP_R5900_IINV_I, 64(t0);sync.l;sync.p      # way 0
        cache   CACHEOP_R5900_IINV_I, 65(t0);sync.l;sync.p      # way 1
-       # line +2
+       // line +2
        cache   CACHEOP_R5900_IINV_I,128(t0);sync.l;sync.p      # way 0
        cache   CACHEOP_R5900_IINV_I,129(t0);sync.l;sync.p      # way 1
-       # line +3       
+       // line +3      
        cache   CACHEOP_R5900_IINV_I,192(t0);sync.l;sync.p      # way 0
        cache   CACHEOP_R5900_IINV_I,193(t0);sync.l;sync.p      # way 1
        addu    t0, t0, 256     



Home | Main Index | Thread Index | Old Index