We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33f8580 + 5c77c2e commit ddb21e4Copy full SHA for ddb21e4
src/org/joni/ByteCodeMachine.java
@@ -1442,7 +1442,7 @@ private void opBackRefMulti() {
1442
int pend = backrefEnd(mem);
1443
1444
int n = pend - pstart;
1445
- if (s + n > range) {opFail(); return;}
+ if (s + n > range) continue;
1446
1447
sprev = s;
1448
int swork = s;
@@ -1478,7 +1478,7 @@ private void opBackRefMultiIC() {
1478
1479
1480
1481
1482
1483
1484
0 commit comments