summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc/arch/ia64/return_one.S
blob: 5cb5f39ed78372a3060c8de5aca2cf0cb4908d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: return_one.S,v 1.2 2016/08/05 15:02:29 scole Exp $ */

#include <machine/asm.h>

.globl	return_one_end	

ENTRY(return_one,0)
	mov	ret0=1
	br.ret.sptk.few  rp
return_one_end:	
END(return_one)
OpenPOWER on IntegriCloud