summaryrefslogtreecommitdiff
path: root/src/gc/gccommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/gccommon.cpp')
-rw-r--r--src/gc/gccommon.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gc/gccommon.cpp b/src/gc/gccommon.cpp
index 3e45eb60d5..92c0e7b7b5 100644
--- a/src/gc/gccommon.cpp
+++ b/src/gc/gccommon.cpp
@@ -124,6 +124,8 @@ namespace SVR
extern void PopulateDacVars(GcDacVars* dacVars);
}
+extern void PopulateHandleTableDacVars(GcDacVars* dacVars);
+
//------------------------------------------------------------------
// Externally-facing GC symbols, used to initialize the GC
// -----------------------------------------------------------------
@@ -203,6 +205,7 @@ InitializeGarbageCollector(
WKS::PopulateDacVars(gcDacVars);
#endif
+ PopulateHandleTableDacVars(gcDacVars);
if (heap == nullptr)
{
return false;