147922Sbostic/*- 2*61243Sbostic * Copyright (c) 1984, 1993 3*61243Sbostic * The Regents of the University of California. All rights reserved. 447922Sbostic * 547922Sbostic * %sccs.include.proprietary.c% 621428Sdist */ 721428Sdist 847922Sbostic#if defined(LIBC_SCCS) && !defined(lint) 9*61243Sbostic .asciz "@(#)nargs.s 8.1 (Berkeley) 06/04/93" 1047922Sbostic#endif /* LIBC_SCCS and not lint */ 1121428Sdist 1213418Sroot#include "DEFS.h" 1313418Sroot 1417329SsamENTRY(nargs, 0) 1513418Sroot movzbl *8(fp),r0 /* 8(fp) is old ap */ 1613418Sroot ret 17