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

Felix Buenemann atmosfear at users.sourceforge.net
Sun Nov 11 00:58:39 CET 2001


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.

-- 
Best Regards,
	Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-dev-eng mailing list