Skip to content

Commit e3dea56

Browse files
committed
Update declaration of mscorlib
- Following nanoframework/CoreLibrary#259.
1 parent bee73e3 commit e3dea56

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/CLR/CorLib/corlib_native.cpp

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
620620
nullptr,
621621
nullptr,
622622
nullptr,
623+
nullptr,
624+
nullptr,
623625
Library_corlib_native_System_Guid::GenerateNewGuid___STATIC__SZARRAY_U1,
624626
nullptr,
625627
nullptr,
@@ -648,6 +650,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
648650
nullptr,
649651
nullptr,
650652
nullptr,
653+
nullptr,
654+
nullptr,
651655
Library_corlib_native_System_MathInternal::Abs___STATIC__I4__I4,
652656
nullptr,
653657
nullptr,
@@ -1398,6 +1402,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
13981402
nullptr,
13991403
nullptr,
14001404
nullptr,
1405+
nullptr,
1406+
nullptr,
14011407
Library_corlib_native_System_Guid::GenerateNewGuid___STATIC__SZARRAY_U1,
14021408
nullptr,
14031409
nullptr,
@@ -1423,6 +1429,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
14231429
nullptr,
14241430
nullptr,
14251431
nullptr,
1432+
nullptr,
1433+
nullptr,
14261434
Library_corlib_native_System_MathInternal::Abs___STATIC__I4__I4,
14271435
nullptr,
14281436
nullptr,
@@ -1588,11 +1596,11 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
15881596

15891597
#if (NANOCLR_REFLECTION == TRUE)
15901598

1591-
0x559086F3,
1599+
0x3C34952A,
15921600

15931601
#elif (NANOCLR_REFLECTION == FALSE)
15941602

1595-
0x3184D138,
1603+
0xAA0B5756,
15961604
,
15971605

15981606
#else

0 commit comments

Comments
 (0)