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