Merge pull request #2670 from lambdageek/dev/monoerror-mono_runtime_object_init
[mono.git] / mono / metadata / locales.c
index 63bed1ea0c15179c291cd117de152e7ccf750550..18b52ae2b82d58b68edd3419d411539592f567f9 100644 (file)
@@ -827,12 +827,12 @@ static gint32 string_invariant_indexof_char (MonoString *source, gint32 sindex,
        }
 }
 
-void load_normalization_resource (guint8 **argProps,
-                                 guint8 **argMappedChars,
-                                 guint8 **argCharMapIndex,
-                                 guint8 **argHelperIndex,
-                                 guint8 **argMapIdxToComposite,
-                                 guint8 **argCombiningClass)
+void ves_icall_System_Text_Normalization_load_normalization_resource (guint8 **argProps,
+                                                                                                                                         guint8 **argMappedChars,
+                                                                                                                                         guint8 **argCharMapIndex,
+                                                                                                                                         guint8 **argHelperIndex,
+                                                                                                                                         guint8 **argMapIdxToComposite,
+                                                                                                                                         guint8 **argCombiningClass)
 {
 #ifdef DISABLE_NORMALIZATION
        mono_set_pending_exception (mono_get_exception_not_supported ("This runtime has been compiled without string normalization support."));