[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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