mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:40:47 +00:00
AS3: dup...setlocal fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user