root/sys/arch/alpha/stand/netboot/rpcc.S
/*      $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)