summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp8/pdp8dasm.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-05-23 17:33:52 +1000
committer Vas Crabb <vas@vastheman.com>2021-05-23 17:33:52 +1000
commit5fe20586ee7aeb31c9384b82712c3ba37701cee4 (patch)
tree0aa7ecec0eca58391db4760a485a3db8b08f9213 /src/devices/cpu/pdp8/pdp8dasm.cpp
parentc6abdd77fbbdd4811dbb1c9cb954ee2e44678c33 (diff)
srcclean for release
Diffstat (limited to 'src/devices/cpu/pdp8/pdp8dasm.cpp')
-rw-r--r--src/devices/cpu/pdp8/pdp8dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pdp8/pdp8dasm.cpp b/src/devices/cpu/pdp8/pdp8dasm.cpp
index 01bd857775a..3fdbc139249 100644
--- a/src/devices/cpu/pdp8/pdp8dasm.cpp
+++ b/src/devices/cpu/pdp8/pdp8dasm.cpp
@@ -866,7 +866,7 @@ offs_t pdp8_disassembler::disassemble(std::ostream &stream, offs_t pc, const pdp
case 4:
stream << "JMS";
dasm_memory_reference(stream, inst, pc);
- return 1 | SUPPORTED | STEP_OVER;
+ return 1 | SUPPORTED | STEP_OVER;
case 5:
stream << "JMP";