mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 11:51:09 +00:00
Merge ABCs on compile
TODO: reorder correctly
This commit is contained in:
+2
@@ -507,6 +507,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem {
|
||||
if (byteDelta != 0) {
|
||||
code.updateInstructionByteCountByAddr(address, byteDelta, body);
|
||||
}
|
||||
body.setModified();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -525,6 +526,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem {
|
||||
if (byteDelta != 0) {
|
||||
code.updateInstructionByteCountByAddr(address, byteDelta, body);
|
||||
}
|
||||
body.setModified();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user