xref: /openbsd/sys/arch/alpha/stand/netboot/rpcc.S (revision 771fbea0)
1/*	$OpenBSD: rpcc.S,v 1.1 1996/10/30 22:40:59 niklas Exp $	*/
2/*	$NetBSD: rpcc.S,v 1.2 1996/10/02 21:18:50 cgd Exp $	*/
3
4#include <machine/asm.h>
5
6	.text
7LEAF(alpha_rpcc,1)
8	rpcc	v0
9	RET
10	END(alpha_rpcc)
11