* miscfuncs.cc (thread_wrapper): Remove statements added for debugging
purposes.
This commit is contained in:
parent
89d3c72d51
commit
6bdbccf7bf
@ -1,3 +1,8 @@
|
|||||||
|
2011-05-20 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* miscfuncs.cc (thread_wrapper): Remove statements added for debugging
|
||||||
|
purposes.
|
||||||
|
|
||||||
2011-05-20 Corinna Vinschen <corinna@vinschen.de>
|
2011-05-20 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
|
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
|
||||||
|
@ -411,8 +411,6 @@ thread_wrapper (VOID *arg)
|
|||||||
cfree (arg);
|
cfree (arg);
|
||||||
|
|
||||||
/* Remove _cygtls from this stack since it won't be used anymore. */
|
/* Remove _cygtls from this stack since it won't be used anymore. */
|
||||||
_cygtls *tls;
|
|
||||||
tls = &_my_tls;
|
|
||||||
_my_tls.remove (0);
|
_my_tls.remove (0);
|
||||||
|
|
||||||
/* Set stack values in TEB */
|
/* Set stack values in TEB */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user