summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-09-17 05:27:09 -0700
committerJan Kotas <jkotas@microsoft.com>2015-09-17 05:27:09 -0700
commit586006e4255a7db70601c556e9ab95e50771a7a3 (patch)
tree38170d1d8677c23c3f875458f9534aff29443a9b /src/debug
parent097e72ad43195c4c4c8a6332ff5e1fc3134751d0 (diff)
downloadcoreclr-586006e4255a7db70601c556e9ab95e50771a7a3.tar.gz
coreclr-586006e4255a7db70601c556e9ab95e50771a7a3.tar.bz2
coreclr-586006e4255a7db70601c556e9ab95e50771a7a3.zip
Fix build break on arm
[tfs-changeset: 1526208]
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/daccess/dacdbiimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/daccess/dacdbiimpl.cpp b/src/debug/daccess/dacdbiimpl.cpp
index eb7f3bbde3..49ee003a53 100644
--- a/src/debug/daccess/dacdbiimpl.cpp
+++ b/src/debug/daccess/dacdbiimpl.cpp
@@ -5626,7 +5626,7 @@ void DacDbiInterfaceImpl::GetContext(VMPTR_Thread vmThread, DT_CONTEXT * pContex
// That's why we have to make do with context we can obtain from Frames explicitly stored in Thread object.
// It suffices for managed debugging stackwalk.
REGDISPLAY tmpRd = {};
- CONTEXT tmpContext = {};
+ T_CONTEXT tmpContext = {};
FillRegDisplay(&tmpRd, &tmpContext);
// Going through thread Frames and looking for first (deepest one) one that