powerpc: Fix TOC stub on powerpc64 clone()
Use a function call to _exit() so that the linker can create a TOC stub instead of just a branch. Tested on powerpc64.
Loading
Please register or sign in to comment
Use a function call to _exit() so that the linker can create a TOC stub instead of just a branch. Tested on powerpc64.