> 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 to zero doesn't
help, though...

> Here's a quick patch to work around it. (One hack for each loop).
>
> ...

Better protect all that with #if (defined(__GNUC__) && defined(__i386__))

-- Mat.


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to