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:
authorAndrew Au <andrewau@microsoft.com>2017-05-20 01:15:47 +0300
committerAndrew Au <andrewau@microsoft.com>2017-05-20 01:15:47 +0300
commitfc82237c820e10baf1c6687cf7c9e03b207a4af4 (patch)
treeb48bba9bcd5fe96ac6253b34d6becde2b5b0ff21 /src/System.Private.Jit
parent3ac38ac2bad4ba765a2e634ca01843847a82693e (diff)
Refactoring
[tfs-changeset: 1658966]
Diffstat (limited to 'src/System.Private.Jit')
-rw-r--r--src/System.Private.Jit/src/Internal/Runtime/JitSupport/RyuJitExecutionStrategy.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/System.Private.Jit/src/Internal/Runtime/JitSupport/RyuJitExecutionStrategy.cs b/src/System.Private.Jit/src/Internal/Runtime/JitSupport/RyuJitExecutionStrategy.cs
index 078258ef8..e67b3b8c4 100644
--- a/src/System.Private.Jit/src/Internal/Runtime/JitSupport/RyuJitExecutionStrategy.cs
+++ b/src/System.Private.Jit/src/Internal/Runtime/JitSupport/RyuJitExecutionStrategy.cs
@@ -8,6 +8,7 @@ using System.Collections.Generic;
using System.Runtime.InteropServices;
using Internal.JitInterface;
+using Internal.Runtime.Augments;
using Internal.Runtime.TypeLoader;
using Internal.TypeSystem;
@@ -62,7 +63,7 @@ namespace Internal.Runtime.JitSupport
{
if (_corInfoImpl == null)
{
- InitJitCodeManager(RuntimeImports.RhGetOSModuleForMrt ());
+ InitJitCodeManager(RuntimeAugments.RhGetOSModuleForMrt ());
// TODO: Recycle jit interface object and TypeSystemContext
_context = TypeSystemContextFactory.Create();