Merge ABCs on compile

TODO: reorder correctly
This commit is contained in:
Jindra Petřík
2016-08-16 06:44:48 +02:00
parent 0705a90aa0
commit 7c5d5eac58
2 changed files with 6 additions and 9 deletions
@@ -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();
}
}