Bug fix in fbCompositeIn_nx8x8888

Make sure both halves of the dst word is set to zero when the masks
are both 0.
This commit is contained in:
Soren Sandmann Pedersen 2007-04-27 08:13:08 -04:00
parent ae04f2cb0a
commit 6c4f1826bf

View File

@ -1900,7 +1900,7 @@ fbCompositeSolidMaskSrc_nx8x8888mmx (CARD8 op,
}
else
{
*dst = 0;
*(ullong *)dst = 0;
}
mask += 2;