[mono/mono] 50d4232b: [runtime] Fix the DISABLE_JIT build on ARM.

"Zoltan Varga ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141e5ffe79f-6d02bdc8-fed6-43a3-9a8a-70903c62388e-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/80f7e1f15b33...50d4232bbe8a

   Commit: 50d4232bbe8a326309e524bab9e336fd5e6c78d7
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-10-23 15:46:18 GMT
      URL: https://github.com/mono/mono/commit/50d4232bbe8a326309e524bab9e336fd5e6c78d7

[runtime] Fix the DISABLE_JIT build on ARM.

Changed paths:
  M mono/mini/tramp-arm.c

Modified: mono/mini/tramp-arm.c
===================================================================
@@ -918,6 +918,13 @@
 	g_assert_not_reached ();
 	return NULL;
 }
+
+gpointer
+mono_arch_get_nullified_class_init_trampoline (MonoTrampInfo **info)
+{
+	g_assert_not_reached ();
+	return NULL;
+}
 	
 #endif /* DISABLE_JIT */
 


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.