Mercurial > mplayer.hg
changeset 15845:7ccbf83d108d
Another REG_d -> REG_D fix.
author | reimar |
---|---|
date | Tue, 28 Jun 2005 22:54:09 +0000 |
parents | 398b436904f2 |
children | 63b0f4164194 |
files | postproc/swscale_template.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/postproc/swscale_template.c Tue Jun 28 19:45:07 2005 +0000 +++ b/postproc/swscale_template.c Tue Jun 28 22:54:09 2005 +0000 @@ -2529,7 +2529,7 @@ "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]