diff options
author | 1997-07-07 08:27:19 +0000 | |
---|---|---|
committer | 1997-07-07 08:27:19 +0000 | |
commit | e7768cdaa98be8154104d2945972cbdb9e2923d4 (patch) | |
tree | e4323ec531ea11bc5ad6dad2e68e04f4747a8820 | |
parent | add ipl device (ipfilter) - i have to rework and cleanup conf.c and (diff) | |
download | wireguard-openbsd-e7768cdaa98be8154104d2945972cbdb9e2923d4.tar.xz wireguard-openbsd-e7768cdaa98be8154104d2945972cbdb9e2923d4.zip |
missing change from the last NetBSD merge: mips_singlestep -> cpu_singlestep
-rw-r--r-- | sys/arch/pmax/pmax/process_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/pmax/process_machdep.c b/sys/arch/pmax/pmax/process_machdep.c index a9124f6e224..7c6b5cd1de6 100644 --- a/sys/arch/pmax/pmax/process_machdep.c +++ b/sys/arch/pmax/pmax/process_machdep.c @@ -104,7 +104,7 @@ process_sstep(p, sstep) { /* XXX what are the correct semantics: sstep once, or forevermore? */ if(sstep) - mips_singlestep(p); + cpu_singlestep(p); return (0); } |