1*55374Sbostic/*- 2*55374Sbostic * Copyright (c) 1992 The Regents of the University of California. 3*55374Sbostic * All rights reserved. 4*55374Sbostic * 5*55374Sbostic * %sccs.include.redist.c% 6*55374Sbostic */ 7*55374Sbostic 8*55374Sbostic#if defined(LIBC_SCCS) && !defined(lint) 9*55374Sbostic .asciz "@(#)fixdfsi.s 5.1 (Berkeley) 07/19/92" 10*55374Sbostic#endif /* LIBC_SCCS and not lint */ 11*55374Sbostic 12*55374Sbostic#include "DEFS.h" 13*55374Sbostic 14*55374SbosticENTRY(__fixdfsi, 0) 15*55374Sbostic ldd 4(fp) 16*55374Sbostic cvdl r0 17*55374Sbostic ret#1 18