Loading hw/display/cg3.c +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ static void cg3_update_display(void *opaque) int update = s->full_update; page = y * width; update |= memory_region_get_dirty(&s->vram_mem, page, page + width, update |= memory_region_get_dirty(&s->vram_mem, page, width, DIRTY_MEMORY_VGA); if (update) { if (y_start < 0) { Loading Loading
hw/display/cg3.c +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ static void cg3_update_display(void *opaque) int update = s->full_update; page = y * width; update |= memory_region_get_dirty(&s->vram_mem, page, page + width, update |= memory_region_get_dirty(&s->vram_mem, page, width, DIRTY_MEMORY_VGA); if (update) { if (y_start < 0) { Loading