diff --git a/src/coreclr/debug/daccess/dacdbiimpl.cpp b/src/coreclr/debug/daccess/dacdbiimpl.cpp index 6fc569b45554c2..05654f98ad2124 100644 --- a/src/coreclr/debug/daccess/dacdbiimpl.cpp +++ b/src/coreclr/debug/daccess/dacdbiimpl.cpp @@ -5544,7 +5544,7 @@ HRESULT STDMETHODCALLTYPE DacDbiInterfaceImpl::GetContext(VMPTR_Thread vmThread, UpdateContextFromRegDisp(&tmpRd, &tmpContext); CopyMemory(pContextBuffer, &tmpContext, sizeof(*pContextBuffer)); pContextBuffer->ContextFlags = DT_CONTEXT_CONTROL - #if defined(TARGET_AMD64) || defined(TARGET_ARM) + #if defined(TARGET_AMD64) || defined(TARGET_ARM) || defined(TARGET_ARM64) | DT_CONTEXT_INTEGER #endif ;