mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
arm7dasm.cpp: Remove unnecessary newline (nw)
This commit is contained in:
parent
f2eceaf326
commit
4c7ef02016
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user