markj 2547e15155 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 <pra_udupi@yahoo.co.in> (original version)
MFC after:	1 month
2013-11-05 06:13:46 +00:00
..
2013-10-29 11:17:49 +00:00
2013-11-05 01:06:22 +00:00
2013-09-29 15:19:34 +00:00
2013-11-02 10:49:47 +00:00
2013-08-22 16:39:59 +00:00
2013-10-24 00:33:29 +00:00
2013-11-01 17:38:52 +00:00