Skip to content

Commit ab97f93

Browse files
authored
Update mscorlib (#2155)
***NO_CI***
1 parent ea8c4b9 commit ab97f93

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/CLR/CorLib/corlib_native.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
320320
NULL,
321321
NULL,
322322
NULL,
323+
NULL,
323324
Library_corlib_native_System_Double::CompareTo___STATIC__I4__R8__R8,
324325
Library_corlib_native_System_Double::IsInfinity___STATIC__BOOLEAN__R8,
325326
Library_corlib_native_System_Double::IsNaN___STATIC__BOOLEAN__R8,
@@ -680,6 +681,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
680681
NULL,
681682
NULL,
682683
NULL,
684+
NULL,
683685
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::InitializeArray___STATIC__VOID__SystemArray__SystemRuntimeFieldHandle,
684686
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::GetObjectValue___STATIC__OBJECT__OBJECT,
685687
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::RunClassConstructor___STATIC__VOID__SystemRuntimeTypeHandle,
@@ -1070,6 +1072,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
10701072
NULL,
10711073
NULL,
10721074
NULL,
1075+
NULL,
10731076
Library_corlib_native_System_Double::CompareTo___STATIC__I4__R8__R8,
10741077
Library_corlib_native_System_Double::IsInfinity___STATIC__BOOLEAN__R8,
10751078
Library_corlib_native_System_Double::IsNaN___STATIC__BOOLEAN__R8,
@@ -1366,6 +1369,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
13661369
NULL,
13671370
NULL,
13681371
NULL,
1372+
NULL,
13691373
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::InitializeArray___STATIC__VOID__SystemArray__SystemRuntimeFieldHandle,
13701374
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::GetObjectValue___STATIC__OBJECT__OBJECT,
13711375
Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::RunClassConstructor___STATIC__VOID__SystemRuntimeTypeHandle,
@@ -1490,18 +1494,18 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
14901494

14911495
#if (NANOCLR_REFLECTION == TRUE)
14921496

1493-
0x132BDB6F,
1497+
0xC5322585,
14941498

14951499
#elif (NANOCLR_REFLECTION == FALSE)
14961500

1497-
0x9F36C4A2,
1501+
0xB0016E1F,
14981502

14991503
#else
15001504
#error "NANOCLR_REFLECTION has to be define either TRUE or FALSE. Check the build options."
15011505
#endif
15021506

15031507
method_lookup,
1504-
{ 100, 5, 0, 12 }
1508+
{ 100, 5, 0, 14 }
15051509
};
15061510

15071511
// clang-format on

0 commit comments

Comments
 (0)