date and time created 92/07/19 14:34:59 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 20 Jul 1992 05:34:59 +0000 (21:34 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 20 Jul 1992 05:34:59 +0000 (21:34 -0800)
SCCS-vsn: lib/libc/tahoe/gen/fixdfsi.s 5.1

usr/src/lib/libc/tahoe/gen/fixdfsi.s [new file with mode: 0644]

diff --git a/usr/src/lib/libc/tahoe/gen/fixdfsi.s b/usr/src/lib/libc/tahoe/gen/fixdfsi.s
new file mode 100644 (file)
index 0000000..915a8ba
--- /dev/null
@@ -0,0 +1,17 @@
+/*-
+ * Copyright (c) 1992 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ */
+
+#if defined(LIBC_SCCS) && !defined(lint)
+       .asciz "@(#)fixdfsi.s   5.1 (Berkeley) %G%"
+#endif /* LIBC_SCCS and not lint */
+
+#include "DEFS.h"
+
+ENTRY(__fixdfsi, 0)
+       ldd     4(fp)
+       cvdl    r0
+       ret#1