dsp56000: correct harmless typo

This commit is contained in:
Patrick Mackinlay 2022-03-29 15:49:32 +07:00
parent f876dd8241
commit 046b48d39d

View File

@ -56,7 +56,7 @@ offs_t dsp56000_disassembler::disassemble(std::ostream &stream, offs_t pc, data_
u32 flags = SUPPORTED; u32 flags = SUPPORTED;
unsigned words = 0; unsigned words = 0;
// fetch the instruction word and consume it"j // fetch the instruction word and consume it
u32 const op = opcodes.r32(pc + words++) & 0x00ffffffU; u32 const op = opcodes.r32(pc + words++) & 0x00ffffffU;
// fetch the extension word but don't consume it yet // fetch the extension word but don't consume it yet