OSDN Git Service

target-ppc: Fix target_ulong vs. hwaddr format mismatches
authorAndreas Färber <afaerber@suse.de>
Thu, 31 Jan 2013 13:49:44 +0000 (14:49 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 1 Feb 2013 16:43:41 +0000 (10:43 -0600)
commit350ed2fcd95d30b02609e8783f33735f356ad7ce
treece7604d85df3055e071789548cc629cefcdb21c8
parent6bf0076643dac4f37cabb9233dc9170f1c2fdd49
target-ppc: Fix target_ulong vs. hwaddr format mismatches

Since HWADDR_PRIx is always the same now, use %016 for TARGET_PPC64 and
%08 for common code. This may slightly change the ppc64 debug output.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-ppc/mmu_helper.c