aboutsummaryrefslogtreecommitdiff
path: root/hw/pxa.h
diff options
context:
space:
mode:
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);