Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc remove an unused "1:" label left over f...



details:   https://anonhg.NetBSD.org/src/rev/fcebfdbbc3d2
branches:  trunk
changeset: 762387:fcebfdbbc3d2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 20 10:26:26 2011 +0000

description:
remove an unused "1:" label left over from previous commit.

diffstat:

 sys/arch/sparc/sparc/locore.s |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 809a945ccae7 -r fcebfdbbc3d2 sys/arch/sparc/sparc/locore.s
--- a/sys/arch/sparc/sparc/locore.s     Sun Feb 20 10:24:45 2011 +0000
+++ b/sys/arch/sparc/sparc/locore.s     Sun Feb 20 10:26:26 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.263 2011/02/20 10:02:01 mrg Exp $ */
+/*     $NetBSD: locore.s,v 1.264 2011/02/20 10:26:26 mrg Exp $ */
 
 /*
  * Copyright (c) 1996 Paul Kranenburg
@@ -5919,7 +5919,6 @@
        sethi   %hi(Lpanic_savefpstate), %o0
        call    _C_LABEL(panic)
         or     %o0, %lo(Lpanic_savefpstate), %o0
-1:
 
 /*
  * Store the (now known nonempty) FP queue.



Home | Main Index | Thread Index | Old Index