1/*	$NetBSD: return_one.S,v 1.2 2019/02/10 09:54:39 mlelstv Exp $ */
2
3#include <machine/asm.h>
4
5_ENTRY(return_one)
6	moveq #1,%d0
7	rts
8	.globl return_one_end
9return_one_end:
10