Fix arm build.
authorZoltan Varga <vargaz@gmail.com>
Tue, 13 Oct 2009 21:16:27 +0000 (21:16 -0000)
committerZoltan Varga <vargaz@gmail.com>
Tue, 13 Oct 2009 21:16:27 +0000 (21:16 -0000)
svn path=/trunk/mono/; revision=144048

mono/metadata/boehm-gc.c

index 484bb51dc5b98c0cacc735c6b415644c11fcbe7d..8e608c4e58b73aeac1ff30b6de8b209c1da3ebf8 100644 (file)
@@ -895,6 +895,12 @@ mono_gc_get_managed_allocator (MonoVTable *vtable, gboolean for_box)
        return NULL;
 }
 
+MonoMethod*
+mono_gc_get_managed_array_allocator (MonoVTable *vtable, int rank)
+{
+       return NULL;
+}
+
 int
 mono_gc_get_managed_allocator_type (MonoMethod *managed_alloc)
 {