summaryrefslogtreecommitdiff
path: root/tests/lib/libc/arch/m68k/return_one.S
blob: de44de347dbc8e67ec9c6f503d3cf062a4d5c4a9 (plain)
1
2
3
4
5
6
7
8
9
/*	$NetBSD: return_one.S,v 1.2 2019/02/10 09:54:39 mlelstv Exp $ */

#include <machine/asm.h>

_ENTRY(return_one)
	moveq #1,%d0
	rts
	.globl return_one_end
return_one_end: