summary refs log tree commit diff stats
path: root/hw/core/register.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2018-06-08 13:15:33 +0100
committerPeter Maydell <peter.maydell@linaro.org>2018-06-08 13:15:33 +0100
commit697f4958ae9619c960117e04dfb5739914b88bfe (patch)
treec3f280fd52d1a886b8f9c24e961c24846734b119 /hw/core/register.c
parentc7e71a182d8212919060a5775a9208ed195c67ca (diff)
downloadfocaccia-qemu-697f4958ae9619c960117e04dfb5739914b88bfe.tar.gz
focaccia-qemu-697f4958ae9619c960117e04dfb5739914b88bfe.zip
hw/core/register: Add trailing '\n' to qemu_log() call
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20180606152128.449-6-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/core/register.c')
-rw-r--r--hw/core/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/register.c b/hw/core/register.c
index 0741a1af32..d2d1636250 100644
--- a/hw/core/register.c
+++ b/hw/core/register.c
@@ -96,7 +96,7 @@ void register_write(RegisterInfo *reg, uint64_t val, uint64_t we,
     if (test) {
         qemu_log_mask(LOG_UNIMP,
                       "%s:%s writing %#" PRIx64 " to unimplemented bits:" \
-                      " %#" PRIx64 "",
+                      " %#" PRIx64 "\n",
                       prefix, reg->access->name, val, ac->unimp);
     }