xref: /csrg-svn/lib/libc/vax/gen/fixdfsi.s (revision 61225)
154419Sbostic/*-
2*61225Sbostic * Copyright (c) 1992, 1993
3*61225Sbostic *	The Regents of the University of California.  All rights reserved.
454419Sbostic *
554419Sbostic * %sccs.include.redist.c%
654419Sbostic */
754419Sbostic
854419Sbostic#if defined(LIBC_SCCS) && !defined(lint)
9*61225Sbostic	.asciz "@(#)fixdfsi.s	8.1 (Berkeley) 06/04/93"
1054419Sbostic#endif /* LIBC_SCCS and not lint */
1154419Sbostic
1254419Sbostic#include "DEFS.h"
1354419Sbostic
1454419SbosticENTRY(__fixdfsi, 0)
1554419Sbostic	cvtdl	4(ap),r0
1654419Sbostic	ret
17