[PATCH] D125861: [M68k][Disassembler] Fix decoding conflict

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 01:46:28 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/M68k/Disassembler/M68kDisassembler.cpp:130
   APInt Insn(16, support::endian::read16be(Bytes.data()));
+  Size = 2;
   Result = decodeInstruction(DecoderTable80, Instr, Insn, Address, this, STI,
----------------
Some kind of description comment for this kind of thing is always useful.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125861/new/

https://reviews.llvm.org/D125861



More information about the llvm-commits mailing list