Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch/m68k/string Add missing END() for coldf...
details: https://anonhg.NetBSD.org/src/rev/a8a9b91eb4e1
branches: trunk
changeset: 745716:a8a9b91eb4e1
user: rin <rin%NetBSD.org@localhost>
date: Mon Mar 09 13:36:10 2020 +0000
description:
Add missing END() for coldfire.
diffstat:
common/lib/libc/arch/m68k/string/ffs.S | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c7d866f76da6 -r a8a9b91eb4e1 common/lib/libc/arch/m68k/string/ffs.S
--- a/common/lib/libc/arch/m68k/string/ffs.S Mon Mar 09 11:21:54 2020 +0000
+++ b/common/lib/libc/arch/m68k/string/ffs.S Mon Mar 09 13:36:10 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.S,v 1.6 2013/09/07 19:06:29 chs Exp $ */
+/* $NetBSD: ffs.S,v 1.7 2020/03/09 13:36:10 rin Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -39,7 +39,7 @@
#if 0
RCSID("from: @(#)ffs.s 5.1 (Berkeley) 5/12/90")
#else
- RCSID("$NetBSD: ffs.S,v 1.6 2013/09/07 19:06:29 chs Exp $")
+ RCSID("$NetBSD: ffs.S,v 1.7 2020/03/09 13:36:10 rin Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
@@ -76,6 +76,7 @@
jcc .L1 | keep looping while carry is clear.
.L2:
rts
+END(ffs)
#else /* __mc68010__ */
Home |
Main Index |
Thread Index |
Old Index