xref: /csrg-svn/lib/libc/tahoe/net/ntohl.s (revision 42641)
134815Sbostic/*
234815Sbostic * Copyright (c) 1988 Regents of the University of California.
334815Sbostic * All rights reserved.
434815Sbostic *
5*42641Sbostic * %sccs.include.redist.c%
634815Sbostic */
729437Ssam
834815Sbostic#if defined(LIBC_SCCS) && !defined(lint)
9*42641Sbostic	.asciz "@(#)ntohl.s	1.4 (Berkeley) 06/01/90"
1034815Sbostic#endif /* LIBC_SCCS and not lint */
1134815Sbostic
1229437Ssam/* hostorder = ntohl(netorder) */
1329437Ssam
1429437Ssam#include "DEFS.h"
1529437Ssam
1629709SsamENTRY(ntohl, 0)
1729437Ssam	movl	4(fp),r0
1829437Ssam	ret
19