summaryrefslogtreecommitdiff
path: root/src/debug/di/shimremotedatatarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/di/shimremotedatatarget.cpp')
-rw-r--r--src/debug/di/shimremotedatatarget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/di/shimremotedatatarget.cpp b/src/debug/di/shimremotedatatarget.cpp
index 3498700ac1..278ef68016 100644
--- a/src/debug/di/shimremotedatatarget.cpp
+++ b/src/debug/di/shimremotedatatarget.cpp
@@ -212,9 +212,9 @@ ShimRemoteDataTarget::GetPlatform(
{
#ifdef FEATURE_PAL
#if defined(DBG_TARGET_X86)
- *pPlatform = CORDB_PLATFORM_MAC_X86;
+ *pPlatform = CORDB_PLATFORM_POSIX_X86;
#elif defined(DBG_TARGET_AMD64)
- *pPlatform = CORDB_PLATFORM_MAC_AMD64;
+ *pPlatform = CORDB_PLATFORM_POSIX_AMD64;
#else
#error Unknown Processor.
#endif