diff options
-rw-r--r-- | mp3lib/decode_i586.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c index 41f239126a..82a43f4eeb 100644 --- a/mp3lib/decode_i586.c +++ b/mp3lib/decode_i586.c @@ -27,9 +27,9 @@ #include "../mangle.h" #define real float /* ugly - but only way */ -static long buffs[1088]={0}; +static long attribute_used buffs[1088]={0}; static long attribute_used bo=1; -static long saved_ebp=0; +static long attribute_used saved_ebp=0; int synth_1to1_pent(real *bandPtr, int channel, short *samples) { |