[Bug] Assign inline comments to Invoke/Func nodes, annotate without Logger

This commit is contained in:
kobalicek
2023-01-08 13:50:35 +01:00
parent 6a414ea141
commit 8a33b814d6
11 changed files with 97 additions and 34 deletions

View File

@@ -2247,8 +2247,9 @@ class InstRWInfoTable extends core.Task {
const operands = dbInst.operands;
const rwOps = nullOps();
for (var j = 0; j < operands.length; j++)
for (var j = 0; j < operands.length; j++) {
rwOps[j] = makeRwFromOp(operands[j])
}
var match = 0;
for (var j = 0; j < rwOpsArray.length; j++)