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-01-07 05:42:44 +0300
committerGitHub <noreply@github.com>2018-01-07 05:42:44 +0300
commitc3f5e961eb0d5ca7d9fe3036f97bcd36bc7b754c (patch)
treec2d8935511bf5ec698020044a44345be2cc64503 /src/Native
parentc02c3ef31feef697928ba928d9b9a810b21eea0c (diff)
Update RyuJIT (#5221)
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 3b1532124..b34dcf426 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 = { /* a6860f80-01cb-4f87-82c2-a8e5a744f2fa */
- 0xa6860f80,
- 0x01cb,
- 0x4f87,
- {0x82, 0xc2, 0xa8, 0xe5, 0xa7, 0x44, 0xf2, 0xfa}
+static const GUID JITEEVersionIdentifier = { /* e042cffc-cf03-4315-96b9-5fd01dc15923 */
+ 0xe042cffc,
+ 0xcf03,
+ 0x4315,
+ {0x96, 0xb9, 0x5f, 0xd0, 0x1d, 0xc1, 0x59, 0x23}
};
class Jit