summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm7/arm7dasm.cpp')
-rw-r--r--src/devices/cpu/arm7/arm7dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/arm7/arm7dasm.cpp b/src/devices/cpu/arm7/arm7dasm.cpp
index efe3459898c..61dbeada549 100644
--- a/src/devices/cpu/arm7/arm7dasm.cpp
+++ b/src/devices/cpu/arm7/arm7dasm.cpp
@@ -1279,7 +1279,7 @@ u32 arm7_disassembler::thumb_disasm(std::ostream &stream, uint32_t pc, uint16_t
util::stream_format( stream, "INVALID");
break;
case COND_NV:
- util::stream_format( stream, "SWI %02x\n", opcode & 0xff);
+ util::stream_format( stream, "SWI %02x", opcode & 0xff);
break;
}
break;