RE: [MP3 ENCODER] calc_xmin

2000-02-18 Thread Mathew Hendry
From: Mathew Hendry [mailto:[EMAIL PROTECTED]] Oh dear, the error reappears if I go from -O to -O2... could be somewhere else now, as calc_xmin looks okay... Now dying in quantize.c/VBR_iteration_loop (I'm testing with lame -v fools.wav). Can anyone pin it down further? -- Mat. -- MP3

Re: [MP3 ENCODER] calc_xmin

2000-02-18 Thread Mathew Hendry
Oh dear, the error reappears if I go from -O to -O2... could be somewhere else now, as calc_xmin looks okay... -- Mat. -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] calc_xmin

2000-02-18 Thread Mathew Hendry
From: "Mathew Hendry" [EMAIL PROTECTED] ... The values at -8(%ebp) and -16(%ebp) are never initialised. I don't know what the compiler expects to find there. Looking at it again, I think it's trying to load en0 and xmin, but they haven't been initialised yet. Explicitly initialising them