From 8731ac030ea83e0d37cfd269a5ee8cc469096924 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 11 Nov 2007 19:48:47 +0000 Subject: fixed cast git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3613 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/omap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1