Core: CMipsMemoryVM::SB_NonMemory should return false just on exception
This commit is contained in:
parent
479e2e518c
commit
a640ecfbc0
|
@ -748,9 +748,7 @@ bool CMipsMemoryVM::SB_NonMemory(uint32_t VAddr, uint32_t Value)
|
|||
{
|
||||
g_Notify->BreakPoint(__FILE__, __LINE__);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue