mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 04:58:12 +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
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue