1/*	$NetBSD$ */
2
3#include <machine/asm.h>
4
5RCSID("$NetBSD$");
6
7_ENTRY(return_one)
8	movl	$0x1,%eax
9	ret
10LABEL(return_one_end)
11