K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-01-28T05:28:48.885639Z K 7 svn:log V 275 Fix passing argc to user space. MI code uses suword, which copies a 64-bit quantity, but arginfo.ps_nargvstr is an unsigned int. Thus, it ended up being always zero when read back with copyin() on big-endian 64-bit systems. This fixes argument passing to 64-bit executables. END