Revision 78935c4a hw/cirrus_vga.c

b/hw/cirrus_vga.c
673 673

  
674 674
static void cirrus_do_copy(CirrusVGAState *s, int dst, int src, int w, int h)
675 675
{
676
    int sx, sy;
677
    int dx, dy;
678
    int depth;
676
    int sx = 0, sy = 0;
677
    int dx = 0, dy = 0;
678
    int depth = 0;
679 679
    int notify = 0;
680 680

  
681 681
    /* make sure to only copy if it's a plain copy ROP */

Also available in: Unified diff