aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-05-31 08:23:11 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-05-31 08:23:11 -0500
commitb1d7d2b93a1d6b2d2848b616cc35acdf521c923c (patch)
treedd3336b7a65191b019894855dc34b1e929207267 /hw
parentede77d297fb79263af866d302dd307af7ceb04fd (diff)
parent06ea77bc505b2e41cc42c8c4b39d08ec638a82e8 (diff)
downloadqemu-b1d7d2b93a1d6b2d2848b616cc35acdf521c923c.zip
qemu-b1d7d2b93a1d6b2d2848b616cc35acdf521c923c.tar.gz
qemu-b1d7d2b93a1d6b2d2848b616cc35acdf521c923c.tar.bz2
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'hw')
-rw-r--r--hw/pflash_cfi02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pflash_cfi02.c b/hw/pflash_cfi02.c
index 8fdafe6..725cd1e 100644
--- a/hw/pflash_cfi02.c
+++ b/hw/pflash_cfi02.c
@@ -188,7 +188,7 @@ static uint32_t pflash_read (pflash_t *pfl, target_phys_addr_t offset,
default:
goto flash_read;
}
- DPRINTF("%s: ID " TARGET_FMT_pld " %x\n", __func__, boff, ret);
+ DPRINTF("%s: ID " TARGET_FMT_plx " %x\n", __func__, boff, ret);
break;
case 0xA0:
case 0x10: