Pull up following revision(s) (requested by maya in ticket #582):

tests/lib/libc/arch/alpha/return_one.S: 1.2
Implement helper function for alpha
This commit is contained in:
snj 2018-02-26 01:20:21 +00:00
parent da710e67f9
commit 94a877df66
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
/* $NetBSD: return_one.S,v 1.1 2011/07/18 23:16:09 jym Exp $ */
/* $NetBSD: return_one.S,v 1.1.34.1 2018/02/26 01:20:21 snj Exp $ */
#include <machine/asm.h>
.globl return_one, return_one_end;
return_one: return_one_end:
return_one:
lda v0,1
ret
return_one_end:
nop