xref: /csrg-svn/lib/libc/tahoe/sys/exect.s (revision 61190)
129451Ssam/*
2*61190Sbostic * Copyright (c) 1983, 1993
3*61190Sbostic *	The Regents of the University of California.  All rights reserved.
434389Sbostic *
542648Sbostic * %sccs.include.redist.c%
629451Ssam */
729451Ssam
834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
9*61190Sbostic	.asciz "@(#)exect.s	8.1 (Berkeley) 06/04/93"
1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
1129451Ssam
1229451Ssam#include "SYS.h"
1329451Ssam#include <machine/psl.h>
1429451Ssam
1529451SsamENTRY(exect)
1629451Ssam	bispsw	$PSL_T
1729451Ssam	kcall	$SYS_execve
1829451Ssam	jmp	cerror		# exect(file, argv, env)
19