mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 17:15:54 +00:00
fix: as1/2 maintain push order, temp variables usage
This commit is contained in:
@@ -4767,7 +4767,7 @@ public class Graph {
|
||||
* @param stack Stack
|
||||
*/
|
||||
public void makeAllCommands(List<GraphTargetItem> commands, TranslateStack stack) {
|
||||
stack.finishBlock(commands);
|
||||
stack.finishBlock(commands, true);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -4959,7 +4959,7 @@ public class Graph {
|
||||
}
|
||||
}
|
||||
}
|
||||
subStack.finishBlock(currentCaseCommands);
|
||||
subStack.finishBlock(currentCaseCommands, true);
|
||||
caseCommands.add(currentCaseCommands);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user