Remove explicit case of TRUE/FALSE to AO_t in suspend/resume_thread
authorIvan Maidanski <ivmai@mail.ru>
Wed, 29 Nov 2017 18:09:52 +0000 (21:09 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 29 Nov 2017 18:09:52 +0000 (21:09 +0300)
commit57b6576bdba168c551b02a786952126591c08a66
tree58c42279859b8c89eca1de7ab134d5e1ed411e95
parent751c9ca1c384971231346f46cfea735403c67d0b
Remove explicit case of TRUE/FALSE to AO_t in suspend/resume_thread
(fix commit ce09fd5)

* pthread_stop_world.c [GC_ENABLE_SUSPEND_THREAD
&& !GC_OPENBSD_UTHREADS && !NACL] (GC_suspend_thread,
GC_resume_thread): Do not case TRUE/FALSE to AO_t explicitly.
pthread_stop_world.c