AS1/2 Highlighting

This commit is contained in:
Jindra Pet��k
2013-01-25 22:39:29 +01:00
parent 762eae7fc0
commit 70ad2513ad
57 changed files with 117 additions and 106 deletions
+1 -1
View File
@@ -383,8 +383,8 @@ public class Action {
if (importantOffsets.contains(offset)) {
ret += "loc" + Helper.formatAddress(offset) + ":";
}
ret += Highlighting.hilighOffset("", offset) + a.getASMSource(importantOffsets, constantPool, version) + "\r\n";
offset += a.getBytes(version).length;
ret += a.getASMSource(importantOffsets, constantPool, version) + "\r\n";
}
if (importantOffsets.contains(offset)) {
ret += "loc" + Helper.formatAddress(offset) + ":\r\n";