summaryrefslogtreecommitdiff
path: root/src/debug/ee/dactable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/ee/dactable.cpp')
-rw-r--r--src/debug/ee/dactable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/ee/dactable.cpp b/src/debug/ee/dactable.cpp
index 28ae0eaa42..c7cf64e186 100644
--- a/src/debug/ee/dactable.cpp
+++ b/src/debug/ee/dactable.cpp
@@ -58,7 +58,7 @@ void DacGlobals::Initialize()
#ifdef FEATURE_SVR_GC
g_dacTable.InitializeSVREntries(baseAddress);
#endif
- PAL_PublishDacTableAddress(&g_dacTable, sizeof(g_dacTable));
+ PAL_PublishDacTableAddress((PVOID)baseAddress, &g_dacTable, sizeof(g_dacTable));
}
// Initializes the non-SVR table entries