Commit c35afa2f authored by Reimar Döffinger's avatar Reimar Döffinger

Another REG_d -> REG_D fix.

Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent eba9ae3c
......@@ -2529,7 +2529,7 @@ FUNNY_UV_CODE
"addl %%edi, %%esi \n\t" //src[xx+1]*2*xalpha + src[xx]*(1-2*xalpha)
"mov %1, %%"REG_D" \n\t"
"shrl $9, %%esi \n\t"
"movw %%si, (%%"REG_d", %%"REG_a", 2)\n\t"
"movw %%si, (%%"REG_D", %%"REG_a", 2)\n\t"
"movzbl (%5, %%"REG_b"), %%edi \n\t" //src[xx]
"movzbl 1(%5, %%"REG_b"), %%esi \n\t" //src[xx+1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment