Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mscorlib declaration #1362

Merged
merged 1 commit into from
Jun 12, 2019
Merged
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
7 changes: 3 additions & 4 deletions src/CLR/CorLib/corlib_native.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//
//
// Copyright (c) 2017 The nanoFramework project contributors
// See LICENSE file in the project root for full license information.
//
Expand Down Expand Up @@ -271,7 +271,6 @@ static const CLR_RT_MethodHandler method_lookup[] =
Library_corlib_native_System_Collections_Stack::Push___VOID__OBJECT,
NULL,
NULL,
NULL,
Library_corlib_native_System_Console::OutNative___STATIC__VOID__STRING__BOOLEAN,
NULL,
NULL,
Expand Down Expand Up @@ -903,7 +902,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
{
"mscorlib",
0x7CCFBEC1,
0xDF5364AB,
method_lookup,
{ 1, 1, 1, 7 }
{ 1, 2, 0, 0 }
};