summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
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)