summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/netboot/rpcc.S
blob: 598534d50bd61540f7db68034908e0ca16191e25 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: rpcc.S,v 1.1 1996/10/30 22:40:59 niklas Exp $	*/
/*	$NetBSD: rpcc.S,v 1.2 1996/10/02 21:18:50 cgd Exp $	*/

#include <machine/asm.h>

	.text
LEAF(alpha_rpcc,1)
	rpcc	v0
	RET
	END(alpha_rpcc)