mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 19:15:19 +00:00
Fix swaps
This commit is contained in:
@@ -19,6 +19,7 @@ package com.jpexs.decompiler.flash;
|
||||
import com.jpexs.decompiler.graph.GraphPart;
|
||||
import com.jpexs.decompiler.graph.GraphSourceItem;
|
||||
import com.jpexs.decompiler.graph.SecondPassData;
|
||||
import com.jpexs.helpers.Reference;
|
||||
import java.util.HashSet;
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.Set;
|
||||
@@ -55,6 +56,11 @@ public abstract class BaseLocalData {
|
||||
*/
|
||||
public Set<String> usedDeobfuscations = new LinkedHashSet<>();
|
||||
|
||||
/**
|
||||
* Max temp index
|
||||
*/
|
||||
public Reference<Integer> maxTempIndex = new Reference<>(0);
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user