target/m68k: Add trailing '\n' to qemu_log() call

Backports commit 21528149eba03fc17f428a8e1660d8666683ca85 from qemu
This commit is contained in:
Philippe Mathieu-Daudé 2018-06-08 19:25:19 -04:00 committed by Lioncash
parent 5992214b3b
commit 145174a359
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -1595,7 +1595,7 @@ DISAS_INSN(undef)
/* ??? This is both instructions that are as yet unimplemented
for the 680x0 series, as well as those that are implemented
but actually illegal for CPU32 or pre-68020. */
qemu_log_mask(LOG_UNIMP, "Illegal instruction: %04x @ %08x",
qemu_log_mask(LOG_UNIMP, "Illegal instruction: %04x @ %08x\n",
insn, s->insn_pc);
gen_exception(s, s->insn_pc, EXCP_UNSUPPORTED);
}