]> granicus.if.org Git - gc/commit
Fix thread_info() count argument value (OS X)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 14 Feb 2019 19:55:20 +0000 (22:55 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 14 Feb 2019 19:55:20 +0000 (22:55 +0300)
commit265c4a4fbd4e9871d65956f74315036817fd5170
treeb9266672955d29fad2f976068e341aa5f47387fa
parente1ef3b22499d5cf2788219760cb40c6beddb8cba
Fix thread_info() count argument value (OS X)

* darwin_stop_world.c [DEBUG_THREADS || GC_ASSERTIONS]
(GC_thread_resume): Set outCount to THREAD_BASIC_INFO_COUNT (instead
of THREAD_INFO_MAX) to match the size of info passed to thread_info().
darwin_stop_world.c