summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/pmax/pmax/process_machdep.c2
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);
}