mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15859 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b8bf49ab7c
commit
455ea9d1c2
@ -2547,7 +2547,7 @@ FUNNY_UV_CODE
|
||||
"cmp %2, %%"REG_a" \n\t"
|
||||
" jb 1b \n\t"
|
||||
|
||||
:: "m" (src1), "m" (dst), "g" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask),
|
||||
:: "m" (src1), "m" (dst), "m" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask),
|
||||
"r" (src2)
|
||||
: "%"REG_a, "%"REG_b, "%ecx", "%"REG_D, "%esi"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user