[Project64] do not use g_MMU in MemoryFilter if g_MMU is null

This commit is contained in:
zilmar 2016-04-02 21:32:09 +11:00
parent 5f5d24e7e9
commit 5c84e78ee1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ int32_t CMipsMemoryVM::MemoryFilter(uint32_t dwExptCode, void * lpExceptionPoint
size_t * Reg;
#endif
if (dwExptCode != EXCEPTION_ACCESS_VIOLATION)
if (dwExptCode != EXCEPTION_ACCESS_VIOLATION || g_MMU == NULL)
{
if (bHaveDebugger())
{