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:
authorFadi Hanna <fadim@microsoft.com>2016-10-12 03:26:32 +0300
committerFadi Hanna <fadim@microsoft.com>2016-10-12 03:26:32 +0300
commit2ef894946268f7e62e9b69a9a3b7fee8392e07cf (patch)
treebd9826293281c7c84a59793efee3d89779653da4 /src/Native/Runtime/ICodeManager.h
parent6535e406eff0bfd8671dd163683cb5609522f7e9 (diff)
This is a fix to the CastableObject support for methods used in a ldvirtftn opcode (or similar), which end up resolving interface methods using the RhpResolveInterfaceMethod API.
[tfs-changeset: 1632820]
Diffstat (limited to 'src/Native/Runtime/ICodeManager.h')
-rw-r--r--src/Native/Runtime/ICodeManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Native/Runtime/ICodeManager.h b/src/Native/Runtime/ICodeManager.h
index e9c5cc9aa..789e5dd73 100644
--- a/src/Native/Runtime/ICodeManager.h
+++ b/src/Native/Runtime/ICodeManager.h
@@ -75,6 +75,9 @@ enum class ClasslibFunctionId
FailFast = 1,
UnhandledExceptionHandler = 2,
AppendExceptionStackFrame = 3,
+ CheckStaticClassConstruction = 4,
+ InitializeFinalizerThread = 5,
+ AllocateThunkWithData = 6,
};
class ICodeManager