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:
authorschellap <schellap@microsoft.com>2015-11-17 04:40:44 +0300
committerschellap <schellap@microsoft.com>2015-11-17 04:40:44 +0300
commiteb633c6067a3e1f7681739cade60d2508bc7424d (patch)
tree9765d2ed0aa8ed82e3b311b1f90c99ff5a5ded4c /src/JitInterface
parent119481e3c8e6dddb5ebe6bee90f9a1b78d61126d (diff)
Change JIT name from ProtoJit to RyuJit and Update feed URL
Diffstat (limited to 'src/JitInterface')
-rw-r--r--src/JitInterface/src/CorInfoImpl.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JitInterface/src/CorInfoImpl.cs b/src/JitInterface/src/CorInfoImpl.cs
index d9b0608f6..12ee4df2b 100644
--- a/src/JitInterface/src/CorInfoImpl.cs
+++ b/src/JitInterface/src/CorInfoImpl.cs
@@ -22,7 +22,7 @@ namespace Internal.JitInterface
{
IntPtr _comp;
- [DllImport("protojit")]
+ [DllImport("ryujit")]
extern static IntPtr getJit();
IntPtr _jit;