repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
alpha
/
stand
/
netboot
/
rpcc.S
blob
59fbec5ab0fd4827d939038e660890a1417bb1b1
1
/* $NetBSD: rpcc.S,v 1.2 1996/10/02 21:18:50 cgd Exp $ */
2
3
#include <machine/asm.h>
4
5
.text
6
LEAF(alpha_rpcc,1)
7
rpcc v0
8
RET
9
END(alpha_rpcc)