mirror of
https://github.com/shadps4-emu/winpthreads.git
synced 2024-11-26 20:30:24 +00:00
temp fix for pthread_exit
This commit is contained in:
parent
d937b60055
commit
dc3f406f99
@ -1111,8 +1111,8 @@ pthread_exit (void *res)
|
||||
id->ret_arg = res;
|
||||
|
||||
_pthread_cleanup_dest (id->x);
|
||||
if (id->thread_noposix == 0)
|
||||
longjmp(id->jb, 1);
|
||||
//if (id->thread_noposix == 0)
|
||||
// longjmp(id->jb, 1);
|
||||
|
||||
/* Make sure we free ourselves if we are detached */
|
||||
if ((t = (_pthread_v *)TlsGetValue(_pthread_tls)) != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user