mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-09-14 23:27:13 +00:00
target/m68k: Add trailing '\n' to qemu_log() call
Backports commit 21528149eba03fc17f428a8e1660d8666683ca85 from qemu
This commit is contained in:
parent
5992214b3b
commit
145174a359
|
@ -1595,7 +1595,7 @@ DISAS_INSN(undef)
|
||||||
/* ??? This is both instructions that are as yet unimplemented
|
/* ??? This is both instructions that are as yet unimplemented
|
||||||
for the 680x0 series, as well as those that are implemented
|
for the 680x0 series, as well as those that are implemented
|
||||||
but actually illegal for CPU32 or pre-68020. */
|
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);
|
insn, s->insn_pc);
|
||||||
gen_exception(s, s->insn_pc, EXCP_UNSUPPORTED);
|
gen_exception(s, s->insn_pc, EXCP_UNSUPPORTED);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue