summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h6280/6280dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h6280/6280dasm.cpp')
-rw-r--r--src/devices/cpu/h6280/6280dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h6280/6280dasm.cpp b/src/devices/cpu/h6280/6280dasm.cpp
index 5679ab17226..c214a058c52 100644
--- a/src/devices/cpu/h6280/6280dasm.cpp
+++ b/src/devices/cpu/h6280/6280dasm.cpp
@@ -249,6 +249,6 @@ CPU_DISASSEMBLE(h6280)
default:
util::stream_format(stream, "%-5s$%02X", token[opc], OP >> 1);
- }
+ }
return (PC - pc) | flags | DASMFLAG_SUPPORTED;
}