|
From: Nicholas N. <nj...@ca...> - 2004-10-18 14:47:31
|
On Mon, 18 Oct 2004, Adam Gundy wrote: > you are assuming that sizeof( int ) == sizeof( char * ), which it won't on > 64 bit platforms... just a thought. Hmm, yes. I'll fix. Thanks. > what's wrong with: > > init_sp = &argc; Is it actually certain that argc will be on the stack? Eg. for PPC, functions args usually get passed in registers... I'm not really sure, I'm copying Paul Mackerras' PPC port here. N |