summaryrefslogtreecommitdiff
path: root/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'run.c')
-rw-r--r--run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.c b/run.c
index eb465da57c..368ef0301d 100644
--- 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;