K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-03-23T15:14:45.979229Z K 7 svn:log V 297 Use an alternative solution to the nargvstr width issue. Use suword32 to copy it to userspace, and use the stack arguments instead of ps_strings in exec_setregs() like all other platforms. This avoids changing the size of struct ps_strings, and so should create a minimum of breakage after merge. END