Skip to content

Commit 8794f6e

Browse files
authored
Update Core Library declaration (#3212)
1 parent ba3039b commit 8794f6e

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

src/CLR/CorLib/corlib_native.cpp

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ static const CLR_RT_MethodHandler method_lookup[] =
343343
nullptr,
344344
nullptr,
345345
nullptr,
346+
nullptr,
347+
nullptr,
348+
nullptr,
349+
nullptr,
346350
Library_corlib_native_System_Double::CompareTo___STATIC__I4__R8__R8,
347351
Library_corlib_native_System_Double::IsInfinity___STATIC__BOOLEAN__R8,
348352
Library_corlib_native_System_Double::IsNaN___STATIC__BOOLEAN__R8,
@@ -534,6 +538,13 @@ static const CLR_RT_MethodHandler method_lookup[] =
534538
Library_corlib_native_System_Reflection_Assembly::Load___STATIC__SystemReflectionAssembly__SZARRAY_U1,
535539
nullptr,
536540
nullptr,
541+
nullptr,
542+
nullptr,
543+
nullptr,
544+
nullptr,
545+
nullptr,
546+
nullptr,
547+
nullptr,
537548
Library_corlib_native_System_Enum::HasFlag___BOOLEAN__SystemEnum,
538549
nullptr,
539550
nullptr,
@@ -573,6 +584,11 @@ static const CLR_RT_MethodHandler method_lookup[] =
573584
nullptr,
574585
Library_corlib_native_System_GC::AnyPendingFinalizers___STATIC__BOOLEAN,
575586
Library_corlib_native_System_GC::Run___STATIC__U4__BOOLEAN,
587+
nullptr,
588+
nullptr,
589+
nullptr,
590+
nullptr,
591+
nullptr,
576592
Library_corlib_native_System_Globalization_DateTimeFormat::FormatDigits___STATIC__STRING__I4__I4,
577593
nullptr,
578594
nullptr,
@@ -783,6 +799,14 @@ static const CLR_RT_MethodHandler method_lookup[] =
783799
nullptr,
784800
nullptr,
785801
nullptr,
802+
nullptr,
803+
nullptr,
804+
nullptr,
805+
nullptr,
806+
nullptr,
807+
nullptr,
808+
nullptr,
809+
nullptr,
786810
Library_corlib_native_System_Threading_AutoResetEvent::_ctor___VOID__BOOLEAN,
787811
Library_corlib_native_System_Threading_AutoResetEvent::Reset___BOOLEAN,
788812
Library_corlib_native_System_Threading_AutoResetEvent::Set___BOOLEAN,
@@ -1548,7 +1572,7 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
15481572

15491573
#if (NANOCLR_REFLECTION == TRUE)
15501574

1551-
0x17B85422,
1575+
0xF9C8A1EA,
15521576

15531577
#elif (NANOCLR_REFLECTION == FALSE)
15541578

0 commit comments

Comments
 (0)