1/*	$NetBSD: return_one.S,v 1.1 2011/07/18 23:16:11 jym Exp $ */
2
3#include <machine/asm.h>
4
5RCSID("$NetBSD: return_one.S,v 1.1 2011/07/18 23:16:11 jym Exp $");
6
7_ENTRY(return_one)
8	movq	$0x1, %rax
9	retq
10LABEL(return_one_end)
11