diff options
Diffstat (limited to 'hw/omap.h')
| -rw-r--r-- | hw/omap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap.h b/hw/omap.h index 7965eb2603..e940474600 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -490,7 +490,7 @@ struct omap_dma_lcd_channel_s { int dual; int current_frame; - ram_addr_t phys_framebuffer[2]; + target_phys_addr_t phys_framebuffer[2]; qemu_irq irq; struct omap_mpu_state_s *mpu; } *omap_dma_get_lcdch(struct soc_dma_s *s); |