diff options
Diffstat (limited to 'mp3lib/decode_i586.c')
-rw-r--r-- | mp3lib/decode_i586.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c index d4cea638c1..83933d7ad4 100644 --- a/mp3lib/decode_i586.c +++ b/mp3lib/decode_i586.c @@ -311,8 +311,8 @@ int synth_1to1_pent(real *bandPtr, int channel, short *samples) " jnz .L68\n\t" " movl %%edi,%%eax\n\t" " movl "MANGLE(saved_ebp)",%%ebp\n\t" - :"=a"(retval) - :"m"(bandPtr),"m"(channel),"m"(samples),"m"(tmp[0]) - :"memory","%edi","%esi","%ebx","%ecx","%edx"); + :"=a"(retval) + :"m"(bandPtr),"m"(channel),"m"(samples),"m"(tmp[0]) + :"memory","%edi","%esi","%ebx","%ecx","%edx"); return retval; } |