Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/m68k/gen Oops, typo.
details: https://anonhg.NetBSD.org/src/rev/38a86a0a2d95
branches: trunk
changeset: 472575:38a86a0a2d95
user: kleink <kleink%NetBSD.org@localhost>
date: Sun May 02 20:18:17 1999 +0000
description:
Oops, typo.
diffstat:
lib/libc/arch/m68k/gen/muldf3.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 402db8a231b0 -r 38a86a0a2d95 lib/libc/arch/m68k/gen/muldf3.S
--- a/lib/libc/arch/m68k/gen/muldf3.S Sun May 02 20:17:20 1999 +0000
+++ b/lib/libc/arch/m68k/gen/muldf3.S Sun May 02 20:18:17 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: muldf3.S,v 1.4 1999/05/02 20:17:21 kleink Exp $ */
+/* $NetBSD: muldf3.S,v 1.5 1999/05/02 20:18:17 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -43,7 +43,7 @@
#if 0
RCSID("from: @(#)muldf3.s 5.1 (Berkeley) 6/7/90")
#else
- RCSID("$NetBSD: muldf3.S,v 1.4 1999/05/02 20:17:21 kleink Exp $")
+ RCSID("$NetBSD: muldf3.S,v 1.5 1999/05/02 20:18:17 kleink Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
@@ -51,7 +51,7 @@
ENTRY(__muldf3)
fmoved sp@(4),fp0
fmuld sp@(12),fp0
-#ifndef __SVR4_ABI))
+#ifndef __SVR4_ABI__
fmoved fp0,sp@-
movel sp@+,d0
movel sp@+,d1
Home |
Main Index |
Thread Index |
Old Index