|
From: Nicholas N. <nj...@ca...> - 2004-10-18 15:20:37
|
On Mon, 18 Oct 2004, Nicholas Nethercote 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. Actually, this is trickier than it seems. For x86-64, at least, I believe the current code is actually correct because argc is 64-bit aligned. N |