This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "fix Peek.t to work with NEW COW"
[perl5.git] / run.c
diff --git a/run.c b/run.c
index 8c2622a..01b5f06 100644 (file)
--- a/run.c
+++ b/run.c
@@ -38,7 +38,9 @@ Perl_runops_standard(pTHX)
 {
     dVAR;
     OP *op = PL_op;
+    OP_ENTRY_PROBE(OP_NAME(op));
     while ((PL_op = op = op->op_ppaddr(aTHX))) {
+        OP_ENTRY_PROBE(OP_NAME(op));
     }
 
     TAINT_NOT;