Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.

Patch by Aurelien Jacobs < aurel AH gnuage POUM org >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16190 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-08-09 19:58:13 +00:00
parent f4a3c54bfb
commit 98f8e0088b
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ imdct_do_512_sse(sample_t data[],sample_t delay[], sample_t bias)
"sub $16, %%"REG_D" \n\t"
"jnc 1b \n\t"
"pop %%"REG_BP" \n\t"//no we didnt touch ebp *g*
:: "r" (data), "r" (buf)
:: "b" (data), "c" (buf)
: "%"REG_S, "%"REG_D, "%"REG_a, "%"REG_d
);