Skip to content

Commit 5a56f00

Browse files
committed
[M68k] Fix assertion build after cc6a5ea
1 parent 6971081 commit 5a56f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void M68kMCCodeEmitter::encodeInstruction(const MCInst &MI,
204204
SmallVectorImpl<MCFixup> &Fixups,
205205
const MCSubtargetInfo &STI) const {
206206
LLVM_DEBUG(dbgs() << "EncodeInstruction: " << MCII.getName(MI.getOpcode())
207-
<< "(" << Opcode << ")\n");
207+
<< "(" << MI.getOpcode() << ")\n");
208208
(void)MCII;
209209

210210
// Try using the new method first.

0 commit comments

Comments
 (0)