[runtime] System.Configuration.InternalConfigurationHost:get_bundled_machine_config
authorAleksey Kliger <aleksey@xamarin.com>
Thu, 6 Oct 2016 20:35:55 +0000 (16:35 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Thu, 6 Oct 2016 20:35:55 +0000 (16:35 -0400)
needs HANDLES

The method (which also goes by
System.Configuration.DefaultConfig:get_bundled_machine_config) was
converted to use coop handles earlier, but we missed this declaration.

mono/metadata/icall-def.h

index 703ad861363ca259bc48ebf4e7a298d0595d9fc5..dcdd56e1091a6e2886a177b069af6bc758967993 100644 (file)
@@ -418,7 +418,7 @@ ICALL(DEFAULTC_2, "get_machine_config_path", ves_icall_System_Configuration_Defa
 /* Note that the below icall shares the same function as DefaultConfig uses */
 ICALL_TYPE(INTCFGHOST, "System.Configuration.InternalConfigurationHost", INTCFGHOST_1)
 ICALL(INTCFGHOST_1, "get_bundled_app_config", get_bundled_app_config)
-ICALL(INTCFGHOST_2, "get_bundled_machine_config", get_bundled_machine_config)
+HANDLES(ICALL(INTCFGHOST_2, "get_bundled_machine_config", get_bundled_machine_config))
 
 ICALL_TYPE(CONSOLE, "System.ConsoleDriver", CONSOLE_1)
 ICALL(CONSOLE_1, "InternalKeyAvailable", ves_icall_System_ConsoleDriver_InternalKeyAvailable )