Skip to content

Commit 87ac28b

Browse files
author
Mirroring
committed
Merge commit 'ecefb5e0412bd05841012efe3d7fd914c400343a'
2 parents e8d2552 + ecefb5e commit 87ac28b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/coreclr/debug/ee/controller.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4334,6 +4334,9 @@ DebuggerPatchSkip::DebuggerPatchSkip(Thread *thread,
43344334
DebuggerControllerPatch *patch)
43354335
: DebuggerController(thread, AppDomain::GetCurrentDomain()),
43364336
m_address(patch->address)
4337+
#ifdef OUT_OF_PROCESS_SETTHREADCONTEXT
4338+
,m_fInPlaceSS(false)
4339+
#endif
43374340
{
43384341
LOG((LF_CORDB, LL_INFO10000,
43394342
"DPS::DPS: Patch skip 0x%p\n", patch->address));

0 commit comments

Comments
 (0)