Skip to content

Commit df900e9

Browse files
authored
Update mscorlib declaration (#1706)
1 parent 9d93c8c commit df900e9

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

src/CLR/CorLib/corlib_native.cpp

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
//
55
#include "CorLib.h"
66

7+
// clang-format off
8+
79
#if (NANOCLR_REFLECTION == TRUE)
810

911
static const CLR_RT_MethodHandler method_lookup[] =
@@ -18,6 +20,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
1820
NULL,
1921
NULL,
2022
NULL,
23+
NULL,
2124
Library_corlib_native_System_Globalization_CultureInfo::get_CurrentUICultureInternal___STATIC__SystemGlobalizationCultureInfo,
2225
Library_corlib_native_System_Globalization_CultureInfo::set_CurrentUICultureInternal___STATIC__VOID__SystemGlobalizationCultureInfo,
2326
NULL,
@@ -640,6 +643,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
640643
NULL,
641644
NULL,
642645
NULL,
646+
NULL,
647+
NULL,
643648
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::InitializeArray___STATIC__VOID__SystemArray__SystemRuntimeFieldHandle,
644649
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::GetObjectValue___STATIC__OBJECT__OBJECT,
645650
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::RunClassConstructor___STATIC__VOID__SystemRuntimeTypeHandle,
@@ -678,6 +683,18 @@ static const CLR_RT_MethodHandler method_lookup[] =
678683
NULL,
679684
NULL,
680685
NULL,
686+
NULL,
687+
NULL,
688+
NULL,
689+
NULL,
690+
NULL,
691+
NULL,
692+
NULL,
693+
NULL,
694+
NULL,
695+
NULL,
696+
NULL,
697+
NULL,
681698
Library_corlib_native_System_Threading_AutoResetEvent::_ctor___VOID__BOOLEAN,
682699
Library_corlib_native_System_Threading_AutoResetEvent::Reset___BOOLEAN,
683700
Library_corlib_native_System_Threading_AutoResetEvent::Set___BOOLEAN,
@@ -763,6 +780,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
763780
NULL,
764781
NULL,
765782
NULL,
783+
NULL,
766784
Library_corlib_native_System_Globalization_CultureInfo::get_CurrentUICultureInternal___STATIC__SystemGlobalizationCultureInfo,
767785
Library_corlib_native_System_Globalization_CultureInfo::set_CurrentUICultureInternal___STATIC__VOID__SystemGlobalizationCultureInfo,
768786
NULL,
@@ -1269,6 +1287,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
12691287
NULL,
12701288
NULL,
12711289
NULL,
1290+
NULL,
1291+
NULL,
12721292
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::InitializeArray___STATIC__VOID__SystemArray__SystemRuntimeFieldHandle,
12731293
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::GetObjectValue___STATIC__OBJECT__OBJECT,
12741294
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::RunClassConstructor___STATIC__VOID__SystemRuntimeTypeHandle,
@@ -1293,6 +1313,18 @@ static const CLR_RT_MethodHandler method_lookup[] =
12931313
NULL,
12941314
NULL,
12951315
NULL,
1316+
NULL,
1317+
NULL,
1318+
NULL,
1319+
NULL,
1320+
NULL,
1321+
NULL,
1322+
NULL,
1323+
NULL,
1324+
NULL,
1325+
NULL,
1326+
NULL,
1327+
NULL,
12961328
Library_corlib_native_System_Threading_AutoResetEvent::_ctor___VOID__BOOLEAN,
12971329
Library_corlib_native_System_Threading_AutoResetEvent::Reset___BOOLEAN,
12981330
Library_corlib_native_System_Threading_AutoResetEvent::Set___BOOLEAN,
@@ -1377,16 +1409,18 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
13771409

13781410
#if (NANOCLR_REFLECTION == TRUE)
13791411

1380-
0x9D93AC29,
1412+
0x14A112A6,
13811413

13821414
#elif (NANOCLR_REFLECTION == FALSE)
13831415

1384-
0x1F09272F,
1416+
0x09DDE96D,
13851417

13861418
#else
13871419
#error "NANOCLR_REFLECTION has to be define either TRUE or FALSE. Check the build options."
13881420
#endif
13891421

13901422
method_lookup,
1391-
{ 100, 4, 10, 0 }
1423+
{ 100, 5, 0, 0 }
13921424
};
1425+
1426+
// clang-format on

0 commit comments

Comments
 (0)