File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ int32_t __stdcall RhpVectoredExceptionHandler(PEXCEPTION_POINTERS pExPtrs)
548548 Thread * pThread = ThreadStore::GetCurrentThreadIfAvailable ();
549549 if (pThread == NULL || !pThread->IsCurrentThreadInCooperativeMode ())
550550 {
551- // if we are not in coop mode or the thread is not hijacked , this cannot be our hijack
551+ // if we are not in coop mode, this cannot be our hijack
552552 // Perhaps some other runtime is responsible.
553553 return EXCEPTION_CONTINUE_SEARCH;
554554 }
Original file line number Diff line number Diff line change @@ -6756,8 +6756,8 @@ VEH_ACTION WINAPI CLRVectoredExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo
67566756 {
67576757 if (pThread == NULL || !pThread->PreemptiveGCDisabled ())
67586758 {
6759- // If we are not in coop mode or the thread is not hijacked , this cannot be our hijack.
6760- // Perhaps someone else is trying to hijack us .
6759+ // if we are not in coop mode, this cannot be our hijack
6760+ // Perhaps some other runtime is responsible .
67616761 return VEH_CONTINUE_SEARCH;
67626762 }
67636763
You can’t perform that action at this time.
0 commit comments