@@ -1417,6 +1417,7 @@ TR_Debug::print(TR::FILE *pOutFile, TR::ARM64Trg1MemInstruction *instr)
1417
1417
}
1418
1418
1419
1419
printMemoryReferenceComment (pOutFile, instr->getMemoryReference ());
1420
+ printInstructionComment (pOutFile, 1 , instr);
1420
1421
trfflush (_comp->getOutFile ());
1421
1422
}
1422
1423
@@ -1427,6 +1428,7 @@ TR_Debug::print(TR::FILE *pOutFile, TR::ARM64MemInstruction *instr)
1427
1428
trfprintf (pOutFile, " %s \t " , getOpCodeName (&instr->getOpCode ()));
1428
1429
print (pOutFile, instr->getMemoryReference ());
1429
1430
printMemoryReferenceComment (pOutFile, instr->getMemoryReference ());
1431
+ printInstructionComment (pOutFile, 1 , instr);
1430
1432
trfflush (_comp->getOutFile ());
1431
1433
}
1432
1434
@@ -1440,6 +1442,7 @@ TR_Debug::print(TR::FILE *pOutFile, TR::ARM64MemSrc1Instruction *instr)
1440
1442
print (pOutFile, instr->getMemoryReference ());
1441
1443
1442
1444
printMemoryReferenceComment (pOutFile, instr->getMemoryReference ());
1445
+ printInstructionComment (pOutFile, 1 , instr);
1443
1446
trfflush (_comp->getOutFile ());
1444
1447
}
1445
1448
@@ -1454,6 +1457,7 @@ TR_Debug::print(TR::FILE *pOutFile, TR::ARM64MemSrc2Instruction *instr)
1454
1457
print (pOutFile, instr->getMemoryReference ());
1455
1458
1456
1459
printMemoryReferenceComment (pOutFile, instr->getMemoryReference ());
1460
+ printInstructionComment (pOutFile, 1 , instr);
1457
1461
trfflush (_comp->getOutFile ());
1458
1462
}
1459
1463
@@ -1468,6 +1472,7 @@ TR_Debug::print(TR::FILE *pOutFile, TR::ARM64Trg1MemSrc1Instruction *instr)
1468
1472
print (pOutFile, instr->getMemoryReference ());
1469
1473
1470
1474
printMemoryReferenceComment (pOutFile, instr->getMemoryReference ());
1475
+ printInstructionComment (pOutFile, 1 , instr);
1471
1476
trfflush (_comp->getOutFile ());
1472
1477
}
1473
1478
0 commit comments