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-10-13 05:58:51 +0300
committerAndrew Au <andrewau@microsoft.com>2017-10-13 05:58:51 +0300
commit3cbf7f14f1f899d653a99639e9904293097e5d5c (patch)
tree0b657d5b8f78a854896c918fb786131dc2f5fbbd /src/Native
parent26170b1b8f1d63345fe38b9da2e48d9a787a7500 (diff)
FuncEvalInterfaceDispatch - Allow calling method defined on an interface through FuncEval.
[tfs-changeset: 1678023]
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