Merge pull request #2969 from ludovic-henry/coop-no-try-finally
[mono.git] / mono / mini / jit-icalls.h
index 8941f45fa90ac9bc13d157407d12f88250ccb687..c90c5de2c596fd0226642c1ec74d683d026e4252 100644 (file)
@@ -184,9 +184,10 @@ MonoObject*
 mono_object_castclass_with_cache (MonoObject *obj, MonoClass *klass, gpointer *cache);
 
 void
-mono_generic_class_init (MonoVTable *vtable);
+ves_icall_runtime_class_init (MonoVTable *vtable);
 
-void mono_interruption_checkpoint_from_trampoline (void);
+void
+mono_generic_class_init (MonoVTable *vtable);
 
 MonoObject*
 mono_gsharedvt_constrained_call (gpointer mp, MonoMethod *cmethod, MonoClass *klass, gboolean deref_arg, gpointer *args);