diff options
author | 2021-05-23 17:33:52 +1000 | |
---|---|---|
committer | 2021-05-23 17:33:52 +1000 | |
commit | 5fe20586ee7aeb31c9384b82712c3ba37701cee4 (patch) | |
tree | 0aa7ecec0eca58391db4760a485a3db8b08f9213 /src/devices/cpu/pdp8/pdp8dasm.cpp | |
parent | c6abdd77fbbdd4811dbb1c9cb954ee2e44678c33 (diff) |
srcclean for release
Diffstat (limited to 'src/devices/cpu/pdp8/pdp8dasm.cpp')
-rw-r--r-- | src/devices/cpu/pdp8/pdp8dasm.cpp | 2 |
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"; |