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:
Diffstat (limited to 'src/JitInterface/src/CorInfoImpl.cs')
-rw-r--r--src/JitInterface/src/CorInfoImpl.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/JitInterface/src/CorInfoImpl.cs b/src/JitInterface/src/CorInfoImpl.cs
index a0b9460b1..9b44180a2 100644
--- a/src/JitInterface/src/CorInfoImpl.cs
+++ b/src/JitInterface/src/CorInfoImpl.cs
@@ -29,10 +29,10 @@ namespace Internal.JitInterface
private IntPtr _unmanagedCallbacks; // array of pointers to JIT-EE interface callbacks
private Object _keepAlive; // Keeps delegates for the callbacks alive
- [DllImport("clrjit")]
+ [DllImport("clrjitilc")]
private extern static IntPtr jitStartup(IntPtr host);
- [DllImport("clrjit")]
+ [DllImport("clrjitilc")]
private extern static IntPtr getJit();
[DllImport("jitinterface")]
@@ -2269,6 +2269,8 @@ namespace Internal.JitInterface
// TODO: Generics
// pResult.instParamLookup
+
+ pResult._secureDelegateInvoke = 0;
}
[return: MarshalAs(UnmanagedType.Bool)]