Merge pull request #1718 from madewokherd/sgenthreadcleanup
[mono.git] / mono / mini / jit-icalls.h
index 8941f45fa90ac9bc13d157407d12f88250ccb687..d6f560b8553076bf053bbd828ac48aef10b5090d 100644 (file)
@@ -183,6 +183,9 @@ mono_object_isinst_with_cache (MonoObject *obj, MonoClass *klass, gpointer *cach
 MonoObject*
 mono_object_castclass_with_cache (MonoObject *obj, MonoClass *klass, gpointer *cache);
 
+void
+ves_icall_runtime_class_init (MonoVTable *vtable);
+
 void
 mono_generic_class_init (MonoVTable *vtable);