hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bits
commit40291d61461c4619928a83a640205d71c72b155a
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jul 2012 10:59:02 +0000 (12 10:59 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jul 2012 10:59:53 +0000 (12 10:59 +0000)
tree9ce8a285d615af002319575214580213fd385857
parented336850e830711a3b940a1d311b5958f439f342
hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bits

Add a missing cast to avoid gcc complaining about format string
errors when printing an expression based on a target_phys_addr_t.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Chubb <peter.chubb@nicta.com.au>
hw/imx_avic.c