On 11 February 2013 17:51, Richard Henderson <r...@twiddle.net> wrote: > On 2013-02-11 09:33, Peter Maydell wrote: >> You're only changing the cast here, so this isn't something you >> should feel the need to fix in this patch, but do you know what's >> special about -1133 ? > > It does correspond to the kernel code. C.f. EMAXERRNO.
Ah yes, so it does. We should probably have linux-user/mips/syscall.h define a TARGET_EMAXERRNO so we can use it here, but as I say that's not a job for this patch. -- PMM