AS1/2: fixed ignored push

This commit is contained in:
Jindra Pet��k
2013-07-13 12:51:37 +02:00
parent 3258ec4f07
commit 1ea00e5973
2 changed files with 8 additions and 3 deletions
@@ -45,6 +45,11 @@ public class ActionPush extends Action {
public List<String> constantPool;
public List<Integer> ignoredParts = new ArrayList<>();
@Override
public boolean isIgnored() {
return ignoredParts.size() == values.size();
}
@Override
public void setIgnored(boolean ignored, int pos) {
if (ignored) {