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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs')
-rw-r--r--src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs b/src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs
index b0126289eb7..15c02b57113 100644
--- a/src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs
+++ b/src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs
@@ -80,7 +80,7 @@ namespace Internal.ReadyToRunConstants
}
[Flags]
- enum ReadyToRunCrossModuleInlineFlags : uint
+ internal enum ReadyToRunCrossModuleInlineFlags : uint
{
CrossModuleInlinee = 0x1,
HasCrossModuleInliners = 0x2,