summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m16c/m16cdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m16c/m16cdasm.cpp')
-rw-r--r--src/devices/cpu/m16c/m16cdasm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/m16c/m16cdasm.cpp b/src/devices/cpu/m16c/m16cdasm.cpp
index 00972ca24fc..6af0d0abf80 100644
--- a/src/devices/cpu/m16c/m16cdasm.cpp
+++ b/src/devices/cpu/m16c/m16cdasm.cpp
@@ -1189,6 +1189,7 @@ offs_t m16c_disassembler::disassemble(std::ostream &stream, offs_t pc, const m16
else
util::stream_format(stream, "%-8s#%d, ", BIT(op1, 0) ? "sbjnz.w" : "sbjnz.b", op2 & 0x07);
dasm_ea(stream, pc, opcodes, op2 & 0x0f, BIT(op1, 0));
+ stream << ", ";
format_label(stream, pc0 + 2 + s8(opcodes.r8(pc)));
++pc;
flags |= STEP_COND;