yet more win32 fix

This commit is contained in:
Flyinghead 2019-04-29 18:49:31 +02:00
parent 920a93b19c
commit f0fab09d7c
1 changed files with 2 additions and 1 deletions

View File

@ -169,10 +169,11 @@ LONG ExeptionHandler(EXCEPTION_POINTERS *ExceptionInfo)
return EXCEPTION_CONTINUE_EXECUTION;
}
#elif HOST_CPU == CPU_X64
else if (dyna_cde && ngen_Rewrite((unat&)ep->ContextRecord->Rip, 0, 0))
else if (ngen_Rewrite((unat&)ep->ContextRecord->Rip, 0, 0))
{
return EXCEPTION_CONTINUE_EXECUTION;
}
#endif
#endif
else
{