4.1cBSD/usr/src/lib/libc/gen/ltoi.s

# @(#)ltoi.s	4.1 (Berkeley) 12/21/80
#
# ltoi(long) returns the long as an int.

.globl	_ltoi
_ltoi:
	.word	0x0000
	movl	4(ap),r0
	ret