projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0221c8f
)
target/m68k: Add trailing '\n' to qemu_log() call
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Fri, 8 Jun 2018 12:15:33 +0000
(13:15 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Fri, 8 Jun 2018 12:15:33 +0000
(13:15 +0100)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-id:
20180606152128
.449-10-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/m68k/translate.c
patch
|
blob
|
history
diff --git
a/target/m68k/translate.c
b/target/m68k/translate.c
index 37d6ffd85310678d99807bd8e841952ab9ad8056..4b5dbdb51c91f95f3f90cfaf6dca5ba1af2bf85d 100644
(file)
--- a/
target/m68k/translate.c
+++ b/
target/m68k/translate.c
@@
-1556,7
+1556,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);
}