FixItemCounterStack moved: later needed for avm2 deobfuscation, too

This commit is contained in:
honfika@gmail.com
2015-11-20 15:45:05 +01:00
parent b57643f76c
commit 0ce72f2038
2 changed files with 2 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ import com.jpexs.decompiler.flash.action.swf6.ActionGreater;
import com.jpexs.decompiler.flash.action.swf6.ActionStringGreater;
import com.jpexs.decompiler.flash.ecma.EcmaScript;
import com.jpexs.decompiler.flash.helpers.SWFDecompilerListener;
import com.jpexs.decompiler.flash.helpers.collections.FixItemCounterStack;
import com.jpexs.decompiler.graph.GraphTargetItem;
import com.jpexs.decompiler.graph.model.FalseItem;
import com.jpexs.decompiler.graph.model.PushItem;

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
*/
package com.jpexs.decompiler.flash.action.deobfuscation;
package com.jpexs.decompiler.flash.helpers.collections;
import java.util.Stack;