commit | 350ed2fcd95d30b02609e8783f33735f356ad7ce | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Thu Jan 31 14:49:44 2013 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 01 10:43:41 2013 -0600 |
tree | ce7604d85df3055e071789548cc629cefcdb21c8 | |
parent | 6bf0076643dac4f37cabb9233dc9170f1c2fdd49 [diff] |
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>