summaryrefslogtreecommitdiff
path: root/src/vm/exceptionhandling.cpp
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-01-26 08:59:20 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-01-26 00:59:20 +0100
commit8f4cb1beaa68e74a16492510c86d9b2fec539e60 (patch)
tree71c927fa46a5a575a1546afbede6919576906406 /src/vm/exceptionhandling.cpp
parenta042c4cfdf5549e26dd19cdd7aa68cbab393a7ea (diff)
downloadcoreclr-8f4cb1beaa68e74a16492510c86d9b2fec539e60.tar.gz
coreclr-8f4cb1beaa68e74a16492510c86d9b2fec539e60.tar.bz2
coreclr-8f4cb1beaa68e74a16492510c86d9b2fec539e60.zip
Introduce REGDISPLAY_BASE (#9095)
* Introduce REGDISPLAY_BASE
Diffstat (limited to 'src/vm/exceptionhandling.cpp')
-rw-r--r--src/vm/exceptionhandling.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/vm/exceptionhandling.cpp b/src/vm/exceptionhandling.cpp
index d3485e3671..055e5b24ec 100644
--- a/src/vm/exceptionhandling.cpp
+++ b/src/vm/exceptionhandling.cpp
@@ -1208,12 +1208,9 @@ bool FixNonvolatileRegisters(UINT_PTR uOriginalSP,
CONTRACTL_END;
CONTEXT _ctx = {0};
-#if defined(_TARGET_AMD64_)
- REGDISPLAY regdisp = {0};
-#else
+
// Ctor will initialize it to NULL
REGDISPLAY regdisp;
-#endif // _TARGET_AMD64_
pThread->FillRegDisplay(&regdisp, &_ctx);