]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/lib/libc/arch/i386/return_one.S
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / netbsd-tests / lib / libc / arch / i386 / return_one.S
1 /*      $NetBSD: return_one.S,v 1.1 2011/07/18 23:16:09 jym Exp $ */
2
3 #include <machine/asm.h>
4
5 RCSID("$NetBSD: return_one.S,v 1.1 2011/07/18 23:16:09 jym Exp $");
6
7 _ENTRY(return_one)
8         movl    $0x1,%eax
9         ret
10 LABEL(return_one_end)