mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 20:44:37 +03:00
[Bug] Assign inline comments to Invoke/Func nodes, annotate without Logger
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user