1/*	$NetBSD: return_one.S,v 1.3 2021/02/08 23:50:25 joerg Exp $ */
2
3#include <machine/asm.h>
4
5.global	return_one_end
6
7ENTRY(return_one)
8	retl
9	 mov 1, %o0
10return_one_end:
11