musl/src/thread/mips
Rich Felker a03f69d445 mips clone: don't free stack space used to copy arg
the mips abi reserves stack space equal to the size of the in-register
args for the callee to save the args, if desired. this would cause the
beginning of the thread structure to be clobbered...
2012-07-11 23:01:09 -04:00
..
__unmapself.s first attempt at making threads work on mips 2012-07-11 11:35:27 -04:00
clone.s mips clone: don't free stack space used to copy arg 2012-07-11 23:01:09 -04:00
syscall_cp.s first attempt at making threads work on mips 2012-07-11 11:35:27 -04:00