Skip to content

Commit 9e5ebac

Browse files
committed
update JIT guid
1 parent 840ec5f commit 9e5ebac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/coreclr/inc/jiteeversionguid.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ typedef const GUID *LPCGUID;
4343
#define GUID_DEFINED
4444
#endif // !GUID_DEFINED
4545

46-
constexpr GUID JITEEVersionIdentifier = { /* 64146448-11b1-4f94-b1f2-edce91fbcb33 */
47-
0x64146448,
48-
0x11b1,
49-
0x4f94,
50-
{0xb1, 0xf2, 0xed, 0xce, 0x91, 0xfb, 0xcb, 0x33}
46+
constexpr GUID JITEEVersionIdentifier = { /* 5472090e-e43f-4de6-ad67-10e1922c43cd */
47+
0x5472090e,
48+
0xe43f,
49+
0x4de6,
50+
{0xad, 0x67, 0x10, 0xe1, 0x92, 0x2c, 0x43, 0xcd}
5151
};
5252

5353
//////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)