K 10 svn:author V 5 markj K 8 svn:date V 27 2013-11-05T06:13:46.278318Z K 7 svn:log V 453 Use suword32 and suword64 instead of copyout(9). This fixes a bug in the emulation of the call instruction caused by reversing the uaddr and kaddr arguments when copying data out to userland: the suword* functions take the uaddr as the first argument whereas copyout(9) takes the kaddr as the first argument. This also partially undoes the fixes from r257143. Submitted by: Prashanth Kumar (original version) MFC after: 1 month END