xref: /netbsd-src/sys/arch/alpha/stand/netboot/rpcc.S (revision 76dfffe33547c37f8bdd446e3e4ab0f3c16cea4b)
1/*	$NetBSD: rpcc.S,v 1.2 1996/10/02 21:18:50 cgd Exp $	*/
2
3#include <machine/asm.h>
4
5	.text
6LEAF(alpha_rpcc,1)
7	rpcc	v0
8	RET
9	END(alpha_rpcc)
10