Make more bits in the vtable available to the GC.
[mono.git] / mono / metadata / sgen-gc.c
index 9cd4557dd04282a2f1ce056db65dbf821c13b84e..d13b3b454be9225b2616d6ed1a388c89a3560e36 100644 (file)
@@ -5483,4 +5483,10 @@ mono_sgen_get_remset (void)
        return &remset;
 }
 
+guint
+mono_gc_get_vtable_bits (MonoClass *class)
+{
+       return 0;
+}
+
 #endif /* HAVE_SGEN_GC */