K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-03-24T03:13:24.820931Z K 7 svn:log V 281 The nargvstr and nenvstr properties of arginfo are ints, not longs, so should be copied to userspace with suword32() instead of suword(). This alleviates problems on 64-bit big-endian architectures, and is a no-op on all 32-bit architectures. Tested on: amd64, sparc64, powerpc64 END