xref: /csrg-svn/lib/libcompat/4.3/vax/nargs.s (revision 17329)
1*17329Ssam/*	nargs.s	4.2	84/11/01	*/
213418Sroot/* C library -- nargs */
313418Sroot
413418Sroot#include "DEFS.h"
513418Sroot
6*17329SsamENTRY(nargs, 0)
713418Sroot	movzbl	*8(fp),r0	/* 8(fp) is old ap */
813418Sroot	ret
9