summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cr16c/cr16cdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/cr16c/cr16cdasm.cpp')
-rw-r--r--src/devices/cpu/cr16c/cr16cdasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/cr16c/cr16cdasm.cpp b/src/devices/cpu/cr16c/cr16cdasm.cpp
index 1d6521a2568..113f5314113 100644
--- a/src/devices/cpu/cr16c/cr16cdasm.cpp
+++ b/src/devices/cpu/cr16c/cr16cdasm.cpp
@@ -421,7 +421,7 @@ offs_t cr16c_disassembler::disassemble(std::ostream &stream, offs_t pc, const cr
stream << "br ";
format_pc_disp24(stream, pc, u32(op2 & 0x000f) << 20 | u32(op2 & 0x0f00) << 8 | op3);
return 6 | SUPPORTED;
- }
+ }
else
{
util::stream_format(stream, "b%s ", s_cc[(opcode & 0x00f0) >> 4]);