summaryrefslogtreecommitdiff
path: root/qemu/hw/pflash_cfi02.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/pflash_cfi02.c')
-rw-r--r--qemu/hw/pflash_cfi02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/hw/pflash_cfi02.c b/qemu/hw/pflash_cfi02.c
index 2545bcbc..08f88900 100644
--- a/qemu/hw/pflash_cfi02.c
+++ b/qemu/hw/pflash_cfi02.c
@@ -222,7 +222,7 @@ static void pflash_write (pflash_t *pfl, uint32_t offset, uint32_t value,
offset -= (uint32_t)(long)pfl->storage;
else
offset -= pfl->base;
-
+
DPRINTF("%s: offset " TARGET_FMT_lx " %08x %d\n", __func__,
offset, value, width);
/* Set the device in I/O access mode */