mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
CCrashHandler: improve readability
Use macro instead of the code directly.
This commit is contained in:
parent
b160f39379
commit
14aff2d7b7
@ -503,7 +503,7 @@ void CCrashHandler::CreateMessageProcess()
|
||||
PEXCEPTION_RECORD pExceptionRecord = m_pExceptionPointers->ExceptionRecord;
|
||||
PCONTEXT pContextRecord = m_pExceptionPointers->ContextRecord;
|
||||
|
||||
if (pExceptionRecord->ExceptionCode == 0xC0000005 &&
|
||||
if (pExceptionRecord->ExceptionCode == EXCEPTION_ACCESS_VIOLATION &&
|
||||
pExceptionRecord->ExceptionInformation[0] == 8 &&
|
||||
pExceptionRecord->ExceptionInformation[1] != pContextRecord->Rip)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user