summaryrefslogtreecommitdiff
path: root/hw/spitz.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-11 19:47:59 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-11 19:47:59 +0000
commit444ce24195b97d1b425cd250a731e3f5f4b4bbfa (patch)
tree0daca77b516ed9e33d01a47a48486bb6d25f0a8c /hw/spitz.c
parenta702b35388c307ce2364691e2edc14094701c81e (diff)
downloadqemu-444ce24195b97d1b425cd250a731e3f5f4b4bbfa.tar.gz
use correct printf format
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3611 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/spitz.c')
-rw-r--r--hw/spitz.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/spitz.c b/hw/spitz.c
index 68bba18e1e..764b694e17 100644
--- a/hw/spitz.c
+++ b/hw/spitz.c
@@ -12,7 +12,11 @@
#define spitz_printf(format, ...) \
fprintf(stderr, "%s: " format, __FUNCTION__, ##__VA_ARGS__)
#undef REG_FMT
+#if TARGET_PHYS_ADDR_BITS == 32
+#define REG_FMT "0x%02x"
+#else
#define REG_FMT "0x%02lx"
+#endif
/* Spitz Flash */
#define FLASH_BASE 0x0c000000