Subject: Re: Clearing out RAM To: Eduardo E. Horvath eeh@btr.com <eeh@btr.btr.com> From: Michael L. Hitch <osymh@gemini.oscs.montana.edu> List: amiga Date: 02/09/1995 00:21:33
On Feb 8, 7:26pm, "Eduardo E. Horvath eeh@btr.com" wrote:
> + i=0; /* This was never initialized!!! */
It's also never used (at least I can't see where it is, other than the
increment:
> for (; sp < esp; i++, sp++) {
Michael