summaryrefslogtreecommitdiff
path: root/hw/pxa.h
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/pxa.h
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/pxa.h')
-rw-r--r--hw/pxa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pxa.h b/hw/pxa.h
index 037aebee44..5eb6a5982d 100644
--- a/hw/pxa.h
+++ b/hw/pxa.h
@@ -203,7 +203,7 @@ struct pxa2xx_i2s_s {
};
# define PA_FMT "0x%08lx"
-# define REG_FMT "0x%lx"
+# define REG_FMT "0x" TARGET_FMT_plx
struct pxa2xx_state_s *pxa270_init(unsigned int sdram_size, DisplayState *ds,
const char *revision);