finally fix refs

This commit is contained in:
Jindra Petřík
2021-03-08 21:28:31 +01:00
parent 3e90adbf69
commit 6efb499360

View File

@@ -413,6 +413,9 @@ public class AVM2Graph extends Graph {
}
for (GraphPart r : finallyPart.refs) {
if (r.start < 0) {
continue;
}
GraphPart rr = r;
boolean needsPrev = true;
while (true) {