Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 55d5281

Browse files
committed
Merge pull request #200 from mortezag/fixSystemXml
Fix XML lib checksum and interop table
2 parents 0beba95 + 568c700 commit 55d5281

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

CLR/Libraries/System_Xml/system_xml_native.cpp

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,44 @@
88

99
static const CLR_RT_MethodHandler method_lookup[] =
1010
{
11+
NULL,
12+
NULL,
13+
NULL,
14+
NULL,
15+
NULL,
16+
NULL,
17+
NULL,
18+
NULL,
19+
NULL,
20+
NULL,
21+
NULL,
22+
NULL,
23+
NULL,
24+
NULL,
25+
NULL,
26+
NULL,
27+
NULL,
28+
NULL,
29+
NULL,
30+
NULL,
31+
NULL,
32+
NULL,
33+
NULL,
34+
NULL,
35+
NULL,
36+
NULL,
37+
NULL,
38+
NULL,
39+
NULL,
40+
NULL,
41+
NULL,
42+
NULL,
43+
NULL,
44+
NULL,
45+
NULL,
46+
NULL,
47+
NULL,
48+
NULL,
1149
NULL,
1250
NULL,
1351
NULL,
@@ -85,7 +123,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
85123
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_System_Xml =
86124
{
87125
"System.Xml",
88-
0xA46E1384,
126+
0x804A89D4,
89127
method_lookup
90128
};
91129

0 commit comments

Comments
 (0)