Home | History | Annotate | Line # | Download | only in sparc
      1 /*	$NetBSD: return_one.S,v 1.2 2018/01/14 19:59:51 martin Exp $ */
      2 
      3 #include <machine/asm.h>
      4 
      5 .global	return_one_end
      6 
      7 ENTRY(return_one)
      8 return_one:
      9 	retl
     10 	 mov 1, %o0
     11 return_one_end:
     12