diff options
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3746,7 +3746,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog) if (mg) { rx = mg->mg_obj; /*XXX:dmq*/ - assert(re); + assert(rx); } if (rx) { rx = reg_temp_copy(rx); |