Skip to content

Commit

Permalink
Update mscorlib declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jan 4, 2021
1 parent 3c5011d commit 21e43c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/CLR/CorLib/corlib_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_corlib_native_System_Exception::get_StackTrace___STRING,
NULL,
NULL,
Expand Down Expand Up @@ -913,6 +914,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_corlib_native_System_Exception::get_StackTrace___STRING,
NULL,
NULL,
Expand Down Expand Up @@ -1483,18 +1485,18 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =

#if (NANOCLR_REFLECTION == TRUE)

0x2F473B03,
0xC8B423C5,

#elif (NANOCLR_REFLECTION == FALSE)

0x0CA807C6,
0x82D7696B,

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

method_lookup,
{ 100, 5, 0, 3 }
{ 100, 5, 0, 4 }
};

// clang-format on

0 comments on commit 21e43c3

Please sign in to comment.