shutdown is using exect and what we had here made shutdown fail with
a BPT/Trace trap.
This commit is contained in:
parent
ea6f9b1d69
commit
b034fd9de6
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: exect.S,v 1.5 1997/05/08 13:39:03 matthias Exp $ */
|
||||
/* $NetBSD: exect.S,v 1.6 1998/04/19 20:14:18 matthias Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Helsinki University of Technology
|
||||
@ -22,14 +22,9 @@
|
||||
*/
|
||||
|
||||
#include "SYS.h"
|
||||
#include <machine/psl.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
RCSID("$NetBSD: exect.S,v 1.5 1997/05/08 13:39:03 matthias Exp $")
|
||||
RCSID("$NetBSD: exect.S,v 1.6 1998/04/19 20:14:18 matthias Exp $")
|
||||
#endif
|
||||
|
||||
ENTRY(exect)
|
||||
bispsrb PSL_T
|
||||
SYSTRAP(execve)
|
||||
bcs _ASM_LABEL(cerror)
|
||||
ret 0
|
||||
PSEUDO(exect,execve)
|
||||
|
Loading…
Reference in New Issue
Block a user