Home | History | Annotate | Line # | Download | only in netboot
rpcc.S revision 1.1
      1 /*	$NetBSD: rpcc.S,v 1.1 1996/09/18 20:03:14 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