Skip to content

Commit 94d98ce

Browse files
committed
Update mscorlib declaration
1 parent a500b26 commit 94d98ce

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/CLR/CorLib/corlib_native.cpp

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,9 @@ static const CLR_RT_MethodHandler method_lookup[] =
570570
NULL,
571571
NULL,
572572
NULL,
573+
NULL,
574+
NULL,
575+
NULL,
573576
Library_corlib_native_System_Guid::GenerateNewGuid___STATIC__SZARRAY_U1,
574577
NULL,
575578
NULL,
@@ -598,6 +601,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
598601
NULL,
599602
NULL,
600603
NULL,
604+
NULL,
605+
NULL,
601606
Library_corlib_native_System_MathInternal::Abs___STATIC__I4__I4,
602607
NULL,
603608
NULL,
@@ -1303,6 +1308,9 @@ static const CLR_RT_MethodHandler method_lookup[] =
13031308
NULL,
13041309
NULL,
13051310
NULL,
1311+
NULL,
1312+
NULL,
1313+
NULL,
13061314
Library_corlib_native_System_Guid::GenerateNewGuid___STATIC__SZARRAY_U1,
13071315
NULL,
13081316
NULL,
@@ -1328,6 +1336,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
13281336
NULL,
13291337
NULL,
13301338
NULL,
1339+
NULL,
1340+
NULL,
13311341
Library_corlib_native_System_MathInternal::Abs___STATIC__I4__I4,
13321342
NULL,
13331343
NULL,
@@ -1497,18 +1507,18 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
14971507

14981508
#if (NANOCLR_REFLECTION == TRUE)
14991509

1500-
0x1549C856,
1510+
0xC12CAE16,
15011511

15021512
#elif (NANOCLR_REFLECTION == FALSE)
15031513

1504-
0xF0208DC0,
1514+
0xA02068F1,
15051515

15061516
#else
15071517
#error "NANOCLR_REFLECTION has to be define either TRUE or FALSE. Check the build options."
15081518
#endif
15091519

15101520
method_lookup,
1511-
{ 100, 5, 0, 24 }
1521+
{ 100, 5, 0, 25 }
15121522
};
15131523

15141524
// clang-format on

0 commit comments

Comments
 (0)