mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
dsp56000: correct harmless typo
This commit is contained in:
parent
f876dd8241
commit
046b48d39d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user