diff options
-rw-r--r-- | src/debug/daccess/dacdbiimpl.cpp | 2 |
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 |