Re: "perl -d" dumps core when loading syslog.ph
Tim Bunce [Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)]
(this is the same change as commit 0996bf4347dd0a5b669d26c3867f4ed296150f0a, but as applied)

pp_ctl.c

index 561c9fd..516e41e 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -2226,6 +2226,7 @@ int gimme;
     CvDEPTH(compcv) = 1;
 
     SP = stack_base + POPMARK;         /* pop original mark */
+    op = saveop;                                       /* The caller may need it. */
     RETURNOP(eval_start);
 }