Skip to content

Commit 6eeb819

Browse files
committed
Update jit EE version interface as this revert changes the interface back to the pre-revert state.
1 parent b5b96cc commit 6eeb819

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/coreclr/src/inc/corinfo.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,11 @@ TODO: Talk about initializing strutures before use
217217
#endif
218218
#endif
219219

220-
SELECTANY const GUID JITEEVersionIdentifier = { /* 54305fa1-a0d8-42e4-a6b4-b750a8143467 */
221-
0x54305fa1,
222-
0xa0d8,
223-
0x42e4,
224-
{0xa6, 0xb4, 0xb7, 0x50, 0xa8, 0x14, 0x34, 0x67}
220+
SELECTANY const GUID JITEEVersionIdentifier = { /* 2296da7b-3823-4d8a-8a6d-b7d4481d41e0 */
221+
0x2296da7b,
222+
0x3823,
223+
0x4d8a,
224+
{0x8a, 0x6d, 0xb7, 0xd4, 0x48, 0x1d, 0x41, 0xe0}
225225
};
226226

227227
//////////////////////////////////////////////////////////////////////////////////////////////////////////

src/coreclr/src/tools/crossgen2/jitinterface/jitwrapper.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ class CORJIT_FLAGS
2727
uint64_t corJitFlags;
2828
};
2929

30-
static const GUID JITEEVersionIdentifier = { /* 54305fa1-a0d8-42e4-a6b4-b750a8143467 */
31-
0x54305fa1,
32-
0xa0d8,
33-
0x42e4,
34-
{0xa6, 0xb4, 0xb7, 0x50, 0xa8, 0x14, 0x34, 0x67}
30+
static const GUID JITEEVersionIdentifier = { /* 2296da7b-3823-4d8a-8a6d-b7d4481d41e0 */
31+
0x2296da7b,
32+
0x3823,
33+
0x4d8a,
34+
{0x8a, 0x6d, 0xb7, 0xd4, 0x48, 0x1d, 0x41, 0xe0}
3535
};
3636

3737
class Jit

0 commit comments

Comments
 (0)