Commit 2f636b458f6c5e40f8ab2615ae1e8a1cde7e86b8
1 parent
3de388f6
Cirrus fix (Magnus Damm)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1488 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/cirrus_vga_rop2.h
... | ... | @@ -61,8 +61,8 @@ glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH) |
61 | 61 | pattern_pitch = 32; |
62 | 62 | #endif |
63 | 63 | pattern_y = s->cirrus_blt_srcaddr & 7; |
64 | - pattern_x = skipleft; | |
65 | 64 | for(y = 0; y < bltheight; y++) { |
65 | + pattern_x = skipleft; | |
66 | 66 | d = dst + skipleft; |
67 | 67 | src1 = src + pattern_y * pattern_pitch; |
68 | 68 | for (x = skipleft; x < bltwidth; x += (DEPTH / 8)) { | ... | ... |