summaryrefslogtreecommitdiff
path: root/tests/lib/libc/arch/alpha/return_one.S
blob: ad8b7587a207375d5b061082ee19612f5b91c286 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: return_one.S,v 1.2 2017/12/30 16:35:03 martin Exp $ */

#include <machine/asm.h>

.globl	return_one, return_one_end;

return_one:
	lda	v0,1
	ret
return_one_end:
	nop