Eliminate 'cast to void* from int' compiler warnings (Darwin/x64)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 18 Aug 2016 22:43:25 +0000 (01:43 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 18 Aug 2016 22:43:25 +0000 (01:43 +0300)
commita69a6aea819a1bae03bb7535419fc28aabb252b4
tree7df68d11c9050de6a1531c56f11ca054131e2f3d
parent37c32b9b1e10b4c1a97dee05614d930e39010c43
Eliminate 'cast to void* from int' compiler warnings (Darwin/x64)

* darwin_stop_world.c (GC_stack_range_for, GC_suspend_thread_list,
GC_stop_world, GC_thread_resume, GC_start_world): Cast thread variable
to pointer via word type.
* darwin_stop_world.c (GC_stop_world): Cast stop_info.mach_thread to
pointer via word type.
darwin_stop_world.c