Skip to content

Commit

Permalink
fixed copy-pasto again
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuomingliang committed Jun 10, 2013
1 parent 5b86d48 commit e60501b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nqp-cc/src/QASTRegexCompilerMAST.nqp
Expand Up @@ -296,7 +296,8 @@ class QAST::MASTRegexCompiler {
}
elsif $subtype eq 'rwb' {
merge_ins(@ins, [
op('le_i', $i11, $pos, %*REG<eos>),
op('le_i', $i11, $pos, %*REG<zero>),
op('if_i', $i11, $fail),
op('is_cclass', $i11, %*REG<cclass_word>, %*REG<tgt>, $pos),
op('if_i', $i11, %*REG<fail>),
op('sub_i', $i11, %*REG<pos>, %*REG<one>),
Expand Down

0 comments on commit e60501b

Please sign in to comment.