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>2017-10-13 23:25:47 +0300
committerGitHub <noreply@github.com>2017-10-13 23:25:47 +0300
commit0905d2637af8e8c29b482cf20af4fd774c0d3dbb (patch)
tree975fac4e3717d0720958a8b9ed1c9036e44abcd0 /src/Native
parent4b2a9ec505e831b384acf8369cec5152690b2c8d (diff)
parent7980c1ddea728e8516d97b46b08407670e067eaf (diff)
Merge pull request #4719 from dotnet/nmirror
Merge nmirror to master
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/Debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/Debug.h b/src/Native/Runtime/Debug.h
index 9b7e7dbcf..481a607fe 100644
--- a/src/Native/Runtime/Debug.h
+++ b/src/Native/Runtime/Debug.h
@@ -13,6 +13,7 @@ enum FuncEvalEntryPointMode : uint32_t
{
FixedAddress = 0,
VirtualMethodSlotOnly = 1,
+ InterfaceDispatch = 2,
};
enum FuncEvalMode : uint32_t