Commit 547012f495f53ee48231e2c3e550e073344180d6

Authored by ths
1 parent 174a9a1f

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
Showing 1 changed file with 1 additions and 1 deletions
hw/pflash_cfi01.c
... ... @@ -381,7 +381,7 @@ static void pflash_write (pflash_t *pfl, target_ulong offset, uint32_t value,
381 381  
382 382 error_flash:
383 383 printf("%s: Unimplemented flash cmd sequence "
384   - "(offset " TARGET_FMT_lx ", wcycle 0x%x cmd 0x%x value 0x%x\n",
  384 + "(offset " TARGET_FMT_lx ", wcycle 0x%x cmd 0x%x value 0x%x)\n",
385 385 __func__, offset, pfl->wcycle, pfl->cmd, value);
386 386  
387 387 reset_flash:
... ...