This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Metadata to CPAN version 1.000005
[perl5.git] / run.c
diff --git a/run.c b/run.c
index eb465da..368ef03 100644 (file)
--- a/run.c
+++ b/run.c
@@ -38,7 +38,7 @@ Perl_runops_standard(pTHX)
 {
     dVAR;
     register OP *op = PL_op;
-    while ((PL_op = op = CALL_FPTR(op->op_ppaddr)(aTHX))) {
+    while ((PL_op = op = op->op_ppaddr(aTHX))) {
     }
 
     TAINT_NOT;