Change some GC defines to runtime checks in metadata/.
[mono.git] / mono / metadata / sgen-gc.c
index a4b3260aea34a550689dff5a6ec5053073bd3720..9af442a6223d2e36a3e5d109c1c7846baec91c1b 100644 (file)
@@ -4611,6 +4611,12 @@ mono_gc_get_los_limit (void)
        return MAX_SMALL_OBJ_SIZE;
 }
 
+gboolean
+mono_gc_user_markers_supported (void)
+{
+       return TRUE;
+}
+
 gboolean
 mono_object_is_alive (MonoObject* o)
 {