AS2 fixed class detection

Issue #269 command line parameters for switching on/off deobfuscation and paralellspeedup
This commit is contained in:
Jindra Pet��k
2013-08-03 13:04:40 +02:00
parent 11f3d7a66c
commit f29a8e0df6
9 changed files with 77 additions and 11 deletions
@@ -356,7 +356,7 @@ public class ActionPush extends Action {
}
}
if (dvt.computedRegValue instanceof TemporaryRegister) {
stack.push(((TemporaryRegister) dvt.computedRegValue).value);
stack.push(new TemporaryRegister(((RegisterNumber) o).number, ((TemporaryRegister) dvt.computedRegValue).value));
} else {
stack.push(dvt);
}