AS3: dup...setlocal fix

This commit is contained in:
Jindra Pet��k
2013-01-01 21:56:32 +01:00
parent ef481b25da
commit 65ba33dda9
@@ -1541,7 +1541,7 @@ public class AVM2Code {
}
}
}
if (!isKilled(reg, ip, end)) {
if (!isKilled(reg, 0, end)) {
TreeItem v = (TreeItem) stack.pop();
stack.push(new LocalRegTreeItem(ins, reg, v));
stack.push(v);