mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S
authorDimitry Andric <dimitry@andric.com>
Mon, 24 Jan 2011 21:36:37 +0000 (14:36 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 24 Jan 2011 21:37:52 +0000 (14:37 -0700)
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>
src/mesa/x86/read_rgba_span_x86.S

index 3886a510bbc789743f67988881787c48551dd227..817729973713d41febd41f57844bc250c74146ba 100644 (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