mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
Adding comment suggested by Noah (#105999)
This commit is contained in:
parent
73bffafa95
commit
1246154e83
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue