[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
C++ problem
- Date: Sun, 04 Mar 2007 15:13:16 -0600
- From: joel.sherrill at oarcorp.com (Joel Sherrill)
- Subject: C++ problem
Leon Pollak wrote:
> Just for those who will go after me (Don't know how to use wiki, may be it is
> worth to add there?):
>
> Call to the __eabi() function should be AFTER the stack initializing, as
> __eabi() uses it.
>
>
Well that makes sense. You can't make any subroutines calls until you
have a stack. :)
I don't know where this would go in the wiki. Or in the manual set for
that matter. :(
--joel