LibC: Don't crash on 32 bit pthread_create
This commit is contained in:
@@ -35,7 +35,6 @@ asm(
|
||||
"call _pthread_trampoline_cpp"
|
||||
#elif ARCH(i686)
|
||||
"_pthread_trampoline:"
|
||||
"ud2;"
|
||||
"popl %edi;"
|
||||
"andl $-16, %esp;"
|
||||
"xorl %ebp, %ebp;"
|
||||
|
||||
Reference in New Issue
Block a user