[runtime] Fix the managed name of the ReRegisterForFinalize () icall.
authorZoltan Varga <vargaz@gmail.com>
Wed, 21 Sep 2016 21:51:38 +0000 (17:51 -0400)
committerZoltan Varga <vargaz@gmail.com>
Wed, 21 Sep 2016 21:51:38 +0000 (17:51 -0400)
mono/metadata/icall-def.h

index 5e3516eb17dd36573356a6f895c9883e9386e45a..0db3753440cda4e6774feaef1947c85a4338ebf8 100644 (file)
@@ -293,7 +293,7 @@ ICALL(GC_0b, "GetMaxGeneration", mono_gc_max_generation)
 ICALL(GC_1, "GetTotalMemory", ves_icall_System_GC_GetTotalMemory)
 ICALL(GC_2, "InternalCollect", ves_icall_System_GC_InternalCollect)
 ICALL(GC_3, "KeepAlive", ves_icall_System_GC_KeepAlive)
-ICALL(GC_4, "ReRegisterForFinalize", ves_icall_System_GC_ReRegisterForFinalize)
+ICALL(GC_4, "_ReRegisterForFinalize", ves_icall_System_GC_ReRegisterForFinalize)
 ICALL(GC_4a, "RecordPressure", mono_gc_add_memory_pressure)
 ICALL(GC_6, "WaitForPendingFinalizers", ves_icall_System_GC_WaitForPendingFinalizers)
 ICALL(GC_7, "_SuppressFinalize", ves_icall_System_GC_SuppressFinalize)