[jit] Allocate the thunks area next to the method code if the backend can compute...
[mono.git] / mono / mini / mini-ia64.c
index 7d74ad8f45f34aead1f502d2d46f48a2d6006a8d..2daf4fca598bad5064aa8f83e23c7167671159cc 100644 (file)
@@ -4649,6 +4649,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;
+}
+
 MonoInst*
 mono_arch_emit_inst_for_method (MonoCompile *cfg, MonoMethod *cmethod, MonoMethodSignature *fsig, MonoInst **args)
 {