summary refs log tree commit diff stats
path: root/hw/imx_avic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/imx_avic.c')
-rw-r--r--hw/imx_avic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/imx_avic.c b/hw/imx_avic.c
index 25f47f331b..4f010e8ee2 100644
--- a/hw/imx_avic.c
+++ b/hw/imx_avic.c
@@ -267,7 +267,7 @@ static void imx_avic_write(void *opaque, target_phys_addr_t offset,
     /* Vector Registers not yet supported */
     if (offset >= 0x100 && offset <= 0x2fc) {
         IPRINTF("imx_avic_write to vector register %d ignored\n",
-                (offset - 0x100) >> 2);
+                (unsigned int)((offset - 0x100) >> 2));
         return;
     }