mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:31:41 +00:00
Fixed: #2474 Gotos incorrectly decompiled
This commit is contained in:
@@ -1391,6 +1391,7 @@ public class AVM2Graph extends Graph {
|
||||
List<GraphPart> stopPart2 = new ArrayList<>(stopPart);
|
||||
List<StopPartKind> stopPartKind2 = new ArrayList<>(stopPartKind);
|
||||
stopPart2.add(exAfterPart);
|
||||
stopPartKind2.add(StopPartKind.OTHER);
|
||||
if (defaultPart != null) {
|
||||
stopPart2.add(defaultPart);
|
||||
stopPartKind2.add(StopPartKind.OTHER);
|
||||
|
||||
Reference in New Issue
Block a user