> From: Diego Novillo
> To: Jamie Prescott
> Cc: gcc@gcc.gnu.org
> Sent: Friday, May 15, 2009 2:44:23 PM
> Subject: Re: Writing over [SP]
>
> On Thu, May 14, 2009 at 18:18, Jamie Prescott wrote:
> >
> > This is driving me crazy. Any memory op th
On Thu, May 14, 2009 at 18:18, Jamie Prescott wrote:
>
> This is driving me crazy. Any memory op that tries to write over [SP] get's
> automatically nuked
> by the compiler.
> Any offset, positive or negative, from SP, has no problems.
> What did I do wrong this time?
You need to provide a *whol
This is driving me crazy. Any memory op that tries to write over [SP] get's
automatically nuked
by the compiler.
Any offset, positive or negative, from SP, has no problems.
What did I do wrong this time?
- Jamie