mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 15:18:11 +00:00
Swap - copy DuplicateSourceItem
This commit is contained in:
@@ -149,6 +149,12 @@ public class SwapIns extends InstructionDefinition {
|
||||
return;
|
||||
}
|
||||
|
||||
if (o2 instanceof DuplicateSourceItem) {
|
||||
stack.push(o1);
|
||||
stack.push(o2);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
int temp = localData.maxTempIndex.getVal() + 1;
|
||||
localData.maxTempIndex.setVal(temp);
|
||||
|
||||
Reference in New Issue
Block a user