diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-07-07 08:27:20 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-07-07 08:27:20 +0000 |
commit | aedfad4a095252e84c92176ce2b4e8049511e913 (patch) | |
tree | a9e4dc1e3c412f4dda3591d229be7edcf733e81d /sys | |
parent | 3bafb649b33f6c6783767f03011efc2248faaac6 (diff) |
missing change from the last NetBSD merge: mips_singlestep -> cpu_singlestep
Diffstat (limited to 'sys')
-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); } |