[Project64] do not use g_MMU in MemoryFilter if g_MMU is null
This commit is contained in:
parent
5f5d24e7e9
commit
5c84e78ee1
|
@ -26,7 +26,7 @@ int32_t CMipsMemoryVM::MemoryFilter(uint32_t dwExptCode, void * lpExceptionPoint
|
||||||
size_t * Reg;
|
size_t * Reg;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (dwExptCode != EXCEPTION_ACCESS_VIOLATION)
|
if (dwExptCode != EXCEPTION_ACCESS_VIOLATION || g_MMU == NULL)
|
||||||
{
|
{
|
||||||
if (bHaveDebugger())
|
if (bHaveDebugger())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue