[runtime] Implement the new suspend infrastructure on windows.
[mono.git] / mono / mini / mini-mips.c
index a16c228edaf626fc0ffd4d92dbe52bf7401685dd..2aa6bd1d268e846a0a80db10d815b7e34718de00 100644 (file)
@@ -669,6 +669,12 @@ mono_arch_get_delegate_invoke_impl (MonoMethodSignature *sig, gboolean has_targe
        return NULL;
 }
 
+gpointer
+mono_arch_get_delegate_virtual_invoke_impl (MonoMethodSignature *sig, MonoMethod *method, int offset, gboolean load_imt_reg)
+{
+       return NULL;
+}
+
 gpointer
 mono_arch_get_this_arg_from_call (mgreg_t *regs, guint8 *code)
 {