commit | 40291d61461c4619928a83a640205d71c72b155a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jul 12 10:59:02 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jul 12 10:59:53 2012 +0000 |
tree | 9ce8a285d615af002319575214580213fd385857 | |
parent | ed336850e830711a3b940a1d311b5958f439f342 [diff] |
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>