mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 22:00:45 +00:00
AS2 fixed class detection
Issue #269 command line parameters for switching on/off deobfuscation and paralellspeedup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user