summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2015-11-04 15:35:58 -0800
committerMike McLaughlin <mikem@microsoft.com>2015-11-04 15:35:58 -0800
commit9f2a59a156950b61b69d3a4ff4b2573aa60c9681 (patch)
tree7c0c74cb957ac03343d60a97bcc46deb886da6d8 /src/debug
parentc0ad8addbae0e44503913d304e03df942858e228 (diff)
downloadcoreclr-9f2a59a156950b61b69d3a4ff4b2573aa60c9681.tar.gz
coreclr-9f2a59a156950b61b69d3a4ff4b2573aa60c9681.tar.bz2
coreclr-9f2a59a156950b61b69d3a4ff4b2573aa60c9681.zip
Fix build break from CL#1544863 Part II
[tfs-changeset: 1545169]
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/daccess/dacfn.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/daccess/dacfn.cpp b/src/debug/daccess/dacfn.cpp
index 5d2673a951..125daaf788 100644
--- a/src/debug/daccess/dacfn.cpp
+++ b/src/debug/daccess/dacfn.cpp
@@ -218,6 +218,7 @@ DacWriteAll(TADDR addr, PVOID buffer, ULONG32 size, bool throwEx)
return S_OK;
}
+#if defined(WIN64EXCEPTIONS) && defined(FEATURE_PAL)
HRESULT
DacVirtualUnwind(DWORD threadId, PCONTEXT context, PT_KNONVOLATILE_CONTEXT_POINTERS contextPointers)
{
@@ -242,6 +243,7 @@ DacVirtualUnwind(DWORD threadId, PCONTEXT context, PT_KNONVOLATILE_CONTEXT_POINT
return hr;
}
+#endif // defined(WIN64EXCEPTIONS) && defined(FEATURE_PAL)
// DacAllocVirtual - Allocate memory from the target process
// Note: this is only available to clients supporting the legacy