|
|
@@ -5524,7 +5524,7 @@ static const IcallEntry array_icalls [] = {
|
|
|
|
|
|
/* keep the entries all sorted */
|
|
|
static const IcallMap icall_entries [] = {
|
|
|
- {"System.Activation", activator_icalls, G_N_ELEMENTS (activator_icalls)},
|
|
|
+ {"System.Activator", activator_icalls, G_N_ELEMENTS (activator_icalls)},
|
|
|
{"System.AppDomain", appdomain_icalls, G_N_ELEMENTS (appdomain_icalls)},
|
|
|
{"System.AppDomainSetup", appdomainsetup_icalls, G_N_ELEMENTS (appdomainsetup_icalls)},
|
|
|
{"System.ArgIterator", argiterator_icalls, G_N_ELEMENTS (argiterator_icalls)},
|