Skip to content

Commit

Permalink
Generate new JIT-EE interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed Aug 21, 2023
1 parent b8bee87 commit c8a2702
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/coreclr/inc/jiteeversionguid.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ typedef const GUID *LPCGUID;
#define GUID_DEFINED
#endif // !GUID_DEFINED

constexpr GUID JITEEVersionIdentifier = { /* 48bfbcf3-2f3c-49a5-ba3d-1a6e37ba0ed2 */
0x48bfbcf3,
0x2f3c,
0x49a5,
{0xba, 0x3d, 0x1a, 0x6e, 0x37, 0xba, 0x0e, 0xd2}
constexpr GUID JITEEVersionIdentifier = { /* 5fb396c1-a29d-4feb-8268-8eb79d1ff5ef */
0x5fb396c1,
0xa29d,
0x4feb,
{0x82, 0x68, 0x8e, 0xb7, 0x9d, 0x1f, 0xf5, 0xef}
};

//////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down
Loading

0 comments on commit c8a2702

Please sign in to comment.