mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:10:46 +00:00
AS2: Decompiling via graph - good against obfuscators
This commit is contained in:
@@ -61,7 +61,7 @@ public class ActionWaitForFrame2 extends Action {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void translate(Stack<TreeItem> stack, ConstantPool constants, List<TreeItem> output, java.util.HashMap<Integer, String> regNames) {
|
||||
public void translate(Stack<TreeItem> stack, List<TreeItem> output, java.util.HashMap<Integer, String> regNames) {
|
||||
TreeItem frame = stack.pop();
|
||||
output.add(new WaitForFrame2TreeItem(this, frame, skipCount));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user