Issue #196 AS3 switch / deobfuscation fix

This commit is contained in:
Jindra Pet��k
2013-07-07 06:59:22 +02:00
parent d4f6ae2a86
commit 8bf113af6e
5 changed files with 72 additions and 7 deletions
@@ -1743,8 +1743,8 @@ public class Graph {
vis.add(p);
}
first = false;
}
SwitchItem sw = new SwitchItem(null, null, switchedItem, caseValues, caseCommands, defaultCommands, valueMappings);
}
SwitchItem sw = new SwitchItem(null, swLoop, switchedItem, caseValues, caseCommands, defaultCommands, valueMappings);
currentRet.add(sw);
swLoop.phase = 2;
if (next != null) {