Home | History | Annotate | Line # | Download | only in m68k
      1 /*	$NetBSD: return_one.S,v 1.2 2019/02/10 09:54:39 mlelstv Exp $ */
      2 
      3 #include <machine/asm.h>
      4 
      5 _ENTRY(return_one)
      6 	moveq #1,%d0
      7 	rts
      8 	.globl return_one_end
      9 return_one_end:
     10