aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pflash_cfi01.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-24 14:33:07 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-24 14:33:07 +0000
commit547012f495f53ee48231e2c3e550e073344180d6 (patch)
treec52044e593d4c100b6e90a124fd28bc69bd0e957 /hw/pflash_cfi01.c
parent174a9a1fe06aaf8df6bd6a3e874091cefedadbdd (diff)
pflash: Add missing parenthesis in error message.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5311 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pflash_cfi01.c')
-rw-r--r--hw/pflash_cfi01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c
index 771ea854d..25e1eb9f2 100644
--- a/hw/pflash_cfi01.c
+++ b/hw/pflash_cfi01.c
@@ -381,7 +381,7 @@ static void pflash_write (pflash_t *pfl, target_ulong offset, uint32_t value,
error_flash:
printf("%s: Unimplemented flash cmd sequence "
- "(offset " TARGET_FMT_lx ", wcycle 0x%x cmd 0x%x value 0x%x\n",
+ "(offset " TARGET_FMT_lx ", wcycle 0x%x cmd 0x%x value 0x%x)\n",
__func__, offset, pfl->wcycle, pfl->cmd, value);
reset_flash: