From 6c0005df396e3eb013314782ca9256eacadbe4d2 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 27 Aug 2023 04:37:35 +1000 Subject: srcclean, #include order cleanup, and self-closing XML tag cleanup before MAME 0.258 release branch. --- src/devices/cpu/m16c/m16cdasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/cpu/m16c/m16cdasm.cpp') diff --git a/src/devices/cpu/m16c/m16cdasm.cpp b/src/devices/cpu/m16c/m16cdasm.cpp index 3d3835782a4..00972ca24fc 100644 --- a/src/devices/cpu/m16c/m16cdasm.cpp +++ b/src/devices/cpu/m16c/m16cdasm.cpp @@ -525,7 +525,7 @@ void m16c_disassembler::dasm_7d(std::ostream &stream, offs_t &pc, offs_t &flags, format_imm16(stream, opcodes.r16(pc + offset)); stream << ", "; dasm_ea(stream, pc, opcodes, op2 & 0x0f, true); - pc += 2; + pc += 2; } else if ((op2 & 0xf8) == 0x98) { -- cgit v1.2.3