mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 20:39:10 +00:00
finally fix refs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user