Skip to content

Commit a161dbd

Browse files
committed
remove graphs_s op
1 parent ab366b6 commit a161dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/moar/QAST/QASTRegexCompilerMAST.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class QAST::MASTRegexCompiler {
164164
ival(nqp::hintfor($!cursor_type, '$!restart'))),
165165
op('isconcrete', $i19, $tmp),
166166
op('bindlex', $*BLOCK.resolve_lexical(''), $cur),
167-
op('graphs_s', $eos, $tgt),
167+
op('chars', $eos, $tgt),
168168
op('eq_i', $i0, $one, $i19),
169169
op('if_i', $i0, $restartlabel),
170170
op('gt_i', $i0, $pos, $eos),

0 commit comments

Comments
 (0)