Skip to content

Commit

Permalink
Fix mono failures (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Dec 2, 2021
1 parent 53c8f65 commit bbf5921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2990,7 +2990,7 @@ void EmitSingleCharLoop(RegexNode node, RegexNode? subsequent = null, bool emitL
}

// goto endLoop;
Br(endLoop);
BrFar(endLoop);

// Backtracking section. Subsequent failures will jump to here, at which
// point we decrement the matched count as long as it's above the minimum
Expand Down

0 comments on commit bbf5921

Please sign in to comment.