summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-19 01:25:02 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-19 01:25:02 +0000
commit1e51e18382de61a67027759eccee9ccbb0924304 (patch)
tree9ed26c88baa4b0631c95c61056a55a420e07ad7b /fb
parentbe3875994d7778ffad0cd957a4bd1500bf58ac2c (diff)
Wed May 18 21:20:35 2005 Søren Sandmann <sandmann@redhat.com>
s/dst/src that I missed in the previous patch. Pointed out by Owen Taylor.
Diffstat (limited to 'fb')
-rw-r--r--fb/fbmmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbmmx.c b/fb/fbmmx.c
index c06c56bdc..9db335b44 100644
--- a/fb/fbmmx.c
+++ b/fb/fbmmx.c
@@ -676,7 +676,7 @@ fbCompositeSrc_8888x8x8888mmx (CARD8 op,
__m64 vs4 = *(__m64 *)(src + 8);
__m64 vs5 = *(__m64 *)(src + 10);
__m64 vs6 = *(__m64 *)(src + 12);
- __m64 vs7 = *(__m64 *)(dst + 14);
+ __m64 vs7 = *(__m64 *)(src + 14);
vd0 = (__m64)pack8888 (
in_over (expand8888 (vs0, 0), srca, vmask, expand8888 (vd0, 0)),