summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 647e398e6c..5e54622251 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -3854,7 +3854,7 @@ PP(pp_entersub)
gimme = GIMME_V;
PUSHBLOCK(cx, CXt_SUB, gimme, MARK, old_savestack_ix);
hasargs = cBOOL(PL_op->op_flags & OPf_STACKED);
- PUSHSUB(cx);
+ PUSHSUB(cx, cv, hasargs);
cx->blk_sub.retop = PL_op->op_next;
padlist = CvPADLIST(cv);