K 10 svn:author V 2 ed K 8 svn:date V 27 2017-12-21T09:21:40.288380Z K 7 svn:log V 369 Make truss work for CloudABI executables on i386. The system call convention is different from i386 binaries running on FreeBSD/amd64, but this is not noticeable by executables. On FreeBSD/amd64, the vDSO already does padding of arguments and return values to 64-bit values. On i386, it does not, meaning that system call return values are simply stored in registers. END