return_one.S revision 272343
1139743Simp/*	$NetBSD: return_one.S,v 1.1 2011/07/18 23:16:09 jym Exp $ */
243412Snewton
343412Snewton#include <machine/asm.h>
443412Snewton
543412SnewtonRCSID("$NetBSD: return_one.S,v 1.1 2011/07/18 23:16:09 jym Exp $");
643412Snewton
743412Snewton_ENTRY(return_one)
843412Snewton	movl	$0x1,%eax
943412Snewton	ret
1043412SnewtonLABEL(return_one_end)
1143412Snewton