121799Sdist/* 221799Sdist * Copyright (c) 1983 Regents of the University of California. 334391Sbostic * All rights reserved. 434391Sbostic * 5*42642Sbostic * %sccs.include.redist.c% 621799Sdist */ 79447Smckusick 834391Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint) 9*42642Sbostic .asciz "@(#)exect.s 5.6 (Berkeley) 06/01/90" 1034391Sbostic#endif /* SYSLIBC_SCCS and not lint */ 1121799Sdist 129447Smckusick#include "SYS.h" 139811Ssam#include <machine/psl.h> 149447Smckusick 159447SmckusickENTRY(exect) 169447Smckusick bispsw $PSL_T 179447Smckusick chmk $SYS_execve 189447Smckusick jmp cerror # exect(file, argv, env) 19