xref: /netbsd/sys/arch/alpha/stand/netboot/rpcc.S (revision bf9ec67e)
1/* $NetBSD: rpcc.S,v 1.3 1997/04/06 08:41:27 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