fix buggy constraints in mips inline syscall asm
authorRich Felker <dalias@aerifal.cx>
Sat, 15 Sep 2012 06:22:10 +0000 (02:22 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 15 Sep 2012 06:22:10 +0000 (02:22 -0400)
if same register is used for input/output, the compiler must be told.
otherwise is generates random junk code that clobbers the result. in
pure syscall-wrapper functions, nothing went wrong, but in more
complex functions where register allocation is non-trivial, things
broke badly.


No differences found