summaryrefslogtreecommitdiff
path: root/src/debug/ee/debugger.inl
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-03-04 08:57:35 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-03-04 00:57:35 +0100
commit3834e6b27cbd32ebb7433e6a15f320c77c3074c6 (patch)
tree38cc9b3ab98a01f79739b40cd40306bdc7514ec9 /src/debug/ee/debugger.inl
parentad9153147dcc2045041c178a49a69cc441758c79 (diff)
downloadcoreclr-3834e6b27cbd32ebb7433e6a15f320c77c3074c6.tar.gz
coreclr-3834e6b27cbd32ebb7433e6a15f320c77c3074c6.tar.bz2
coreclr-3834e6b27cbd32ebb7433e6a15f320c77c3074c6.zip
[x86/Linux] Clean up pContext access (#9933)
* [x86/Linux] Clean up pContext access * Fix ARM/Windows build error
Diffstat (limited to 'src/debug/ee/debugger.inl')
-rw-r--r--src/debug/ee/debugger.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/ee/debugger.inl b/src/debug/ee/debugger.inl
index 57372868c0..612aacd609 100644
--- a/src/debug/ee/debugger.inl
+++ b/src/debug/ee/debugger.inl
@@ -225,7 +225,7 @@ inline void FuncEvalFrame::UpdateRegDisplay(const PREGDISPLAY pRD)
return;
}
-#if !defined(_WIN64)
+#ifndef WIN64EXCEPTIONS
// Reset pContext; it's only valid for active (top-most) frame.
pRD->pContext = NULL;
#endif // !_WIN64