Daniel Seifert <[EMAIL PROTECTED]> skrev: > Am Fr, 2003-11-21 um 16.32 schrieb Ton van Overbeek: >> If you compile your small test program with -S (=generate assembly) >> you see what is happening, For MAX=9 the cmd struct is initialized >> by code. For MAX=10 there is a copy in the .data section which gets >> copied to the stack at the start of the routine. > > Ah well, this explains everything. I seriously started to doubt my > sanity ;)
Using -S and similar flags and *looking at what is actually going on* is a great last-ditch technique for saving your sanity. More people should use it more often :-). > Should I report this at prc-tools bug tracker? Sure. If you want to see me immediately close it as a duplicate of http://sourceforge.net/tracker/index.php?func=detail&aid=221845&group_id=4429&atid=104429 John -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
