[BACK]Return to rpcc.S CVS log [TXT][DIR] Up to [local] / sys / arch / alpha / stand / netboot

Annotation of sys/arch/alpha/stand/netboot/rpcc.S, Revision 1.1

1.1     ! nbrk        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
        !             7: LEAF(alpha_rpcc,1)
        !             8:        rpcc    v0
        !             9:        RET
        !            10:        END(alpha_rpcc)

CVSweb