summaryrefslogtreecommitdiff
path: root/tests/lib/libc/arch/sparc64/return_one.S
blob: 4e44a3f06e6c46b68dbb6bc7535c0225ea5fff37 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$NetBSD: return_one.S,v 1.3 2021/02/08 23:50:25 joerg Exp $ */

#include <machine/asm.h>

.global	return_one_end

ENTRY(return_one)
	retl
	 mov 1, %o0
return_one_end: