Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions src/CLR/CorLib/corlib_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,9 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
Library_corlib_native_System_Guid::GenerateNewGuid___STATIC__SZARRAY_U1,
NULL,
NULL,
Expand Down Expand Up @@ -598,6 +601,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
Library_corlib_native_System_MathInternal::Abs___STATIC__I4__I4,
NULL,
NULL,
Expand Down Expand Up @@ -1303,6 +1308,9 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
Library_corlib_native_System_Guid::GenerateNewGuid___STATIC__SZARRAY_U1,
NULL,
NULL,
Expand All @@ -1328,6 +1336,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
Library_corlib_native_System_MathInternal::Abs___STATIC__I4__I4,
NULL,
NULL,
Expand Down Expand Up @@ -1497,18 +1507,18 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =

#if (NANOCLR_REFLECTION == TRUE)

0x1549C856,
0xC12CAE16,

#elif (NANOCLR_REFLECTION == FALSE)

0xF0208DC0,
0xA02068F1,

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

method_lookup,
{ 100, 5, 0, 24 }
{ 100, 5, 0, 25 }
};

// clang-format on