summaryrefslogtreecommitdiff
path: root/hw/omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/omap.c')
-rw-r--r--hw/omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap.c b/hw/omap.c
index a0f0a1925e..30c0bef5e5 100644
--- a/hw/omap.c
+++ b/hw/omap.c
@@ -833,7 +833,7 @@ static int omap_dma_ch_reg_write(struct omap_dma_s *s,
return 1;
default:
- OMAP_BAD_REG((unsigned long) reg);
+ OMAP_BAD_REG((target_phys_addr_t) reg);
}
return 0;
}