Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-07-02 05:15:04 +0300
committerGitHub <noreply@github.com>2018-07-02 05:15:04 +0300
commite3364969f2418b906e0655aebb89ab2cffbce761 (patch)
treebdbe38ebb36532b7837ff163c389002c2103b971 /src/Native
parent42d41b8cf8ea907173c3b1b84d71a349ea8cda82 (diff)
Update RyuJIT (#6038)
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/jitinterface/jitwrapper.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Native/jitinterface/jitwrapper.cpp b/src/Native/jitinterface/jitwrapper.cpp
index d42d54a8f..069ef0739 100644
--- a/src/Native/jitinterface/jitwrapper.cpp
+++ b/src/Native/jitinterface/jitwrapper.cpp
@@ -27,11 +27,11 @@ private:
unsigned __int64 corJitFlags;
};
-static const GUID JITEEVersionIdentifier = { /* dc72a60f-22f2-49fb-809f-00077f3eb1a8 */
- 0xdc72a60f,
- 0x22f2,
- 0x49fb,
- { 0x80, 0x9f, 0x0, 0x7, 0x7f, 0x3e, 0xb1, 0xa8 }
+static const GUID JITEEVersionIdentifier = { /* 45aafd4d-1d23-4647-9ce1-cf09a2677ca0 */
+ 0x45aafd4d,
+ 0x1d23,
+ 0x4647,
+ {0x9c, 0xe1, 0xcf, 0x09, 0xa2, 0x67, 0x7c, 0xa0}
};
class Jit