diff options
Diffstat (limited to 'run.c')
-rw-r--r-- | run.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ int Perl_runops_standard(pTHX) { + dVAR; while ((PL_op = CALL_FPTR(PL_op->op_ppaddr)(aTHX))) { PERL_ASYNC_CHECK(); } |