Commit Graph
1 Commits
Author SHA1 Message Date
Segev FinerandRich Felker 8b2b61e000 mips archs: fix runaway execution if start fn passed to clone returns
Call SYS_exit on return from fn in __clone. This is the expected
behavior of this function. Without this the child task will crash on
return from fn, since it will return to nowhere.
2018-08-18 11:22:28 -04:00