1*47922Sbostic/*- 2*47922Sbostic * Copyright (c) 1984 The Regents of the University of California. 3*47922Sbostic * All rights reserved. 4*47922Sbostic * 5*47922Sbostic * %sccs.include.proprietary.c% 621428Sdist */ 721428Sdist 8*47922Sbostic#if defined(LIBC_SCCS) && !defined(lint) 9*47922Sbostic .asciz "@(#)nargs.s 5.4 (Berkeley) 04/12/91" 10*47922Sbostic#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