Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/arm32 GC.
details: https://anonhg.NetBSD.org/src/rev/f6e5a563a6ec
branches: trunk
changeset: 500473:f6e5a563a6ec
user: mycroft <mycroft%NetBSD.org@localhost>
date: Tue Dec 12 17:51:03 2000 +0000
description:
GC.
diffstat:
sys/lib/libkern/arch/arm32/bcopy.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d58f383177c7 -r f6e5a563a6ec sys/lib/libkern/arch/arm32/bcopy.S
--- a/sys/lib/libkern/arch/arm32/bcopy.S Tue Dec 12 17:49:20 2000 +0000
+++ b/sys/lib/libkern/arch/arm32/bcopy.S Tue Dec 12 17:51:03 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bcopy.S,v 1.1 1997/10/12 21:24:01 mark Exp $ */
+/* $NetBSD: bcopy.S,v 1.2 2000/12/12 17:51:03 mycroft Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
/* bcopy = memcpy/memmove with arguments reversed. */
-TWOENTRY(bcopy,ovbcopy)
+ENTRY(bcopy)
/* switch the source and destination registers */
eor r0, r1, r0
eor r1, r0, r1
Home |
Main Index |
Thread Index |
Old Index