Commit b40bc1c8 authored by reimar's avatar reimar

Another REG_d -> REG_D fix.


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15846 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 698f5c55
......@@ -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