Skip to content

Commit 1246154

Browse files
authored
Adding comment suggested by Noah (#105999)
1 parent 73bffaf commit 1246154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/coreclr/vm/exceptionhandling.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5433,6 +5433,8 @@ BOOL IsSafeToHandleHardwareException(PCONTEXT contextRecord, PEXCEPTION_RECORD e
54335433
exceptionRecord->ExceptionCode != STATUS_SINGLE_STEP &&
54345434
exceptionRecord->ExceptionCode != STATUS_STACK_OVERFLOW)
54355435
{
5436+
// tried to consolidate the code and only call HandleSingleStep here but
5437+
// for some reason not investigated the debugger tests failed with this change
54365438
pThread->HandleSingleStep(contextRecord, exceptionRecord->ExceptionCode);
54375439
}
54385440
#endif

0 commit comments

Comments
 (0)