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-01-22 03:55:58 +0300
committerJan Kotas <jkotas@microsoft.com>2017-01-22 03:55:58 +0300
commit1af35426457484f64a95d417efb0f2d5492e2f51 (patch)
tree08d15fb67e44a1219a1b50954999808691622e69 /src/Native/Runtime/ICodeManager.h
parent260087e69f27e06adc0e968982aa0769a0182f2f (diff)
Abstract cctor trigger via ICodeManager
[tfs-changeset: 1645382]
Diffstat (limited to 'src/Native/Runtime/ICodeManager.h')
-rw-r--r--src/Native/Runtime/ICodeManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/ICodeManager.h b/src/Native/Runtime/ICodeManager.h
index c2bc59496..52ac36e53 100644
--- a/src/Native/Runtime/ICodeManager.h
+++ b/src/Native/Runtime/ICodeManager.h
@@ -75,6 +75,7 @@ enum class ClasslibFunctionId
FailFast = 1,
UnhandledExceptionHandler = 2,
AppendExceptionStackFrame = 3,
+ CheckStaticClassConstruction = 4,
};
class ICodeManager