Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Make comment more readable - no fun...
details: https://anonhg.NetBSD.org/src/rev/94107e92cc8f
branches: trunk
changeset: 817090:94107e92cc8f
user: palle <palle%NetBSD.org@localhost>
date: Sun Aug 07 19:35:43 2016 +0000
description:
Make comment more readable - no functional changes
diffstat:
sys/arch/sparc64/sparc64/copy.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0c6b257f4c34 -r 94107e92cc8f sys/arch/sparc64/sparc64/copy.S
--- a/sys/arch/sparc64/sparc64/copy.S Sun Aug 07 17:42:18 2016 +0000
+++ b/sys/arch/sparc64/sparc64/copy.S Sun Aug 07 19:35:43 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: copy.S,v 1.6 2015/11/22 10:18:14 martin Exp $ */
+/* $NetBSD: copy.S,v 1.7 2016/08/07 19:35:43 palle Exp $ */
/*
* Copyright (c) 2006-2010 Matthew R. Green
@@ -432,7 +432,7 @@
.empty
0:
inc %o0
- ldsb [%o0 - 1], %o4! (++dst)[-1] = *src++;
+ ldsb [%o0 - 1], %o4 ! (++dst)[-1] = *src++;
stba %o4, [%o1] %asi
deccc %o2
bge 0b
Home |
Main Index |
Thread Index |
Old Index