summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorMukul Sabharwal <muks@microsoft.com>2019-02-22 15:56:28 -0800
committerJan Kotas <jkotas@microsoft.com>2019-02-22 15:56:28 -0800
commit4932d0f6fa87b9a6e3293aacd35cecedde44d87a (patch)
tree0330e86de295b7d14c8db32478a8aff76147e685 /src/vm/ecalllist.h
parent6a392d9084a1afe8b9861138e5d0e5b688deca44 (diff)
downloadcoreclr-4932d0f6fa87b9a6e3293aacd35cecedde44d87a.tar.gz
coreclr-4932d0f6fa87b9a6e3293aacd35cecedde44d87a.tar.bz2
coreclr-4932d0f6fa87b9a6e3293aacd35cecedde44d87a.zip
Enable FEATURE_BASICFREEZE (#22776)
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 7e1dc6954b..cc07d0e570 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -771,6 +771,12 @@ FCFuncStart(gGCInterfaceFuncs)
FCFuncElement("_ReRegisterForFinalize", GCInterface::ReRegisterForFinalize)
FCFuncElement("_GetAllocatedBytesForCurrentThread", GCInterface::GetAllocatedBytesForCurrentThread)
+
+#ifdef FEATURE_BASICFREEZE
+ QCFuncElement("_RegisterFrozenSegment", GCInterface::RegisterFrozenSegment)
+ QCFuncElement("_UnregisterFrozenSegment", GCInterface::UnregisterFrozenSegment)
+#endif // FEATURE_BASICFREEZE
+
FCFuncEnd()
FCFuncStart(gGCSettingsFuncs)