1*21428Sdist/* 2*21428Sdist * Copyright (c) 1980 Regents of the University of California. 3*21428Sdist * All rights reserved. The Berkeley software License Agreement 4*21428Sdist * specifies the terms and conditions for redistribution. 5*21428Sdist */ 6*21428Sdist 7*21428Sdist#ifndef lint 8*21428Sdiststatic char sccsid[] = "@(#)nargs.s 5.1 (Berkeley) 05/30/85"; 9*21428Sdist#endif not lint 10*21428Sdist 1113418Sroot/* C library -- nargs */ 1213418Sroot 1313418Sroot#include "DEFS.h" 1413418Sroot 1517329SsamENTRY(nargs, 0) 1613418Sroot movzbl *8(fp),r0 /* 8(fp) is old ap */ 1713418Sroot ret 18