[MPlayer-dev-eng] errors in osd.c

Michael Niedermayer michaelni at gmx.at
Sun Nov 11 02:10:04 CET 2001


Hi

On Sunday 11 November 2001 00:58, Felix Buenemann wrote:
> Hi,
>
> in osd.c as spits out the following warnings:
> {standard input}: Assembler messages:
> {standard input}:236: Warning: using `%dl' instead of `%edx' due to `b'
> suffix {standard input}:239: Warning: using `%cl' instead of `%ecx' due to
> `b' suffix {standard input}:243: Warning: using `%cl' instead of `%ecx' due
> to `b' suffix {standard input}:247: Warning: using `%cl' instead of `%ecx'
> due to `b' suffix
>
> it seems to refer to osd.c:129 and following:
> "movzxb (%2, %%eax), %%edx	\n\t"
>
> this should either be movzxl and leave the edx or leave the movzxb and use
> dl.
>
> Please correct it Michael.
yes, done

Michael



More information about the MPlayer-dev-eng mailing list