X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-workers.c;h=b26234298473a093bf81712b97b50e6fa6515506;hb=8eeb2cef8fb37b7aaeed5fb0c31550a1701f9bdf;hp=613f332cca4398e68c9b3b45b7ae5a4c8da8f14f;hpb=460ac99d0ae7dbf27d82425a2d17371c671d50ab;p=mono.git diff --git a/mono/sgen/sgen-workers.c b/mono/sgen/sgen-workers.c index 613f332cca4..b2623429847 100644 --- a/mono/sgen/sgen-workers.c +++ b/mono/sgen/sgen-workers.c @@ -227,7 +227,7 @@ workers_get_work (WorkerData *data) } static void -concurrent_enqueue_check (char *obj) +concurrent_enqueue_check (GCObject *obj) { g_assert (sgen_concurrent_collection_in_progress ()); g_assert (!sgen_ptr_in_nursery (obj));