Merge pull request #3509 from ludovic-henry/iolayer-extract-threading
[mono.git] / mono / mini / jit-icalls.c
index d7c6d9a232fe63bbbf3731b6bd6567f2caf676eb..f8a328375b90de9bdc0344ff7e26192e50b46dc0 100644 (file)
@@ -1924,3 +1924,8 @@ mono_throw_method_access (MonoMethod *callee, MonoMethod *caller)
        g_free (callee_name);
        g_free (caller_name);
 }
+
+void
+mono_dummy_jit_icall (void)
+{
+}