Home | History | Annotate | Line # | Download | only in netboot
      1 /* $NetBSD: rpcc.S,v 1.3 1997/04/06 08:41:27 cgd Exp $ */
      2 
      3 #include <machine/asm.h>
      4 
      5 	.text
      6 LEAF(alpha_rpcc,1)
      7 	rpcc	v0
      8 	RET
      9 	END(alpha_rpcc)
     10