On Mon, Feb 19, 2001 at 02:11:30PM +0100, Wichert Akkerman wrote: > > sysmips(0x7d1, 0x2ac95d24, 0x1, 0) = 4149 > > FWIW, I've just put code in strace CVS to decode this properly. Looking > in my (stock Linus) kerneltree I noticed the sys_sysmips code assumes > it can get away with converting an int to a char*, which seems like a > wrong assumption to me.. > > I don't have my indy up and running at the moment, so the code is > completely untested. Feedback is welcomed :) Some versions of the kernel were simply not return anything usefull, so the the value in $v0 stayed unchanged; 4149 is the syscall number of sysmips(2). Ralf