# HG changeset patch # User faust3 # Date 1091559266 0 # Node ID e6b756046bf5b723279b3a8427da87a68410c339 # Parent 73cb43ad38ff9be29f4246becdbb9b18903cd6b9 avoid outoptimization of static variables patch by ismail d«Ónmez diff -r 73cb43ad38ff -r e6b756046bf5 mp3lib/decode_i586.c --- a/mp3lib/decode_i586.c Tue Aug 03 18:39:04 2004 +0000 +++ b/mp3lib/decode_i586.c Tue Aug 03 18:54:26 2004 +0000 @@ -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) {