Skip to content

Commit e497b02

Browse files
SC llvm teamSC llvm team
authored andcommitted
Merge llvm/main into amd-debug
2 parents 995bf12 + d8aa4a6 commit e497b02

File tree

10 files changed

+609
-104
lines changed

10 files changed

+609
-104
lines changed

llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ DecodeStatus SystemZDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
327327
ArrayRef<uint8_t> Bytes,
328328
uint64_t Address,
329329
raw_ostream &CS) const {
330+
CommentStream = &CS;
331+
330332
// Get the first two bytes of the instruction.
331333
Size = 0;
332334
if (Bytes.size() < 2)

0 commit comments

Comments
 (0)