This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Improve performance of grok_bin_oct_hex()
[perl5.git] / run.c
diff --git a/run.c b/run.c
index 1a62e9d..352bfbc 100644 (file)
--- a/run.c
+++ b/run.c
@@ -37,9 +37,9 @@ int
 Perl_runops_standard(pTHX)
 {
     OP *op = PL_op;
-    OP_ENTRY_PROBE(OP_NAME(op));
+    PERL_DTRACE_PROBE_OP(op);
     while ((PL_op = op = op->op_ppaddr(aTHX))) {
-        OP_ENTRY_PROBE(OP_NAME(op));
+        PERL_DTRACE_PROBE_OP(op);
     }
     PERL_ASYNC_CHECK();