Fixed: #1626 AS3 decompilation - unpopped obfuscated function

This commit is contained in:
Jindra Petřík
2021-02-27 09:49:06 +01:00
parent b08567de7a
commit 79b1e45df3
3 changed files with 16 additions and 1 deletions

View File

@@ -2636,7 +2636,7 @@ public class Graph {
}
}
protected static void makeAllCommands(List<GraphTargetItem> commands, TranslateStack stack) {
protected void makeAllCommands(List<GraphTargetItem> commands, TranslateStack stack) {
int clen = commands.size();
boolean isExit = false;
if (clen > 0) {