mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33386
NOTE: This is a candidate for the 7.9 and 7.10 branches

Signed-off-by: Brian Paul <brianp@vmware.com>
(cherry picked from commit 811ee32a9e)
This commit is contained in:
Dimitry Andric 2011-01-24 14:36:37 -07:00 committed by Brian Paul
parent 5a4be4455e
commit 0ec3ec8086

View file

@ -648,7 +648,7 @@ _generic_read_RGBA_span_RGB565_MMX:
testl $0x01, %ecx
je .L01
movzxw (%eax), %ecx
movzwl (%eax), %ecx
movd %ecx, %mm4
pshufw $0x00, %mm4, %mm0