Skip to content

Commit

Permalink
Adding comment suggested by Noah (#105999)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaystg committed Aug 6, 2024
1 parent 73bffaf commit 1246154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/vm/exceptionhandling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5433,6 +5433,8 @@ BOOL IsSafeToHandleHardwareException(PCONTEXT contextRecord, PEXCEPTION_RECORD e
exceptionRecord->ExceptionCode != STATUS_SINGLE_STEP &&
exceptionRecord->ExceptionCode != STATUS_STACK_OVERFLOW)
{
// tried to consolidate the code and only call HandleSingleStep here but
// for some reason not investigated the debugger tests failed with this change
pThread->HandleSingleStep(contextRecord, exceptionRecord->ExceptionCode);
}
#endif
Expand Down

0 comments on commit 1246154

Please sign in to comment.