Signed-off-by: Juan Quintela <quint...@redhat.com> --- hw/pxa2xx_lcd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/pxa2xx_lcd.c b/hw/pxa2xx_lcd.c index 78e31c4..53b6837 100644 --- a/hw/pxa2xx_lcd.c +++ b/hw/pxa2xx_lcd.c @@ -17,7 +17,7 @@ struct dma_channel { target_phys_addr_t branch; - int up; + uint8_t up; uint8_t palette[1024]; uint8_t pbuffer[1024]; void (*redraw)(PXA2xxLCDState *s, target_phys_addr_t addr, -- 1.7.4