xref: /csrg-svn/lib/libc/vax/gen/fixdfsi.s (revision 54419)
1*54419Sbostic/*-
2*54419Sbostic * Copyright (c) 1992 The Regents of the University of California.
3*54419Sbostic * All rights reserved.
4*54419Sbostic *
5*54419Sbostic * %sccs.include.redist.c%
6*54419Sbostic */
7*54419Sbostic
8*54419Sbostic#if defined(LIBC_SCCS) && !defined(lint)
9*54419Sbostic	.asciz "@(#)fixdfsi.s	5.1 (Berkeley) 06/25/92"
10*54419Sbostic#endif /* LIBC_SCCS and not lint */
11*54419Sbostic
12*54419Sbostic#include "DEFS.h"
13*54419Sbostic
14*54419SbosticENTRY(__fixdfsi, 0)
15*54419Sbostic	cvtdl	4(ap),r0
16*54419Sbostic	ret
17