Core: CMipsMemoryVM::SB_NonMemory should return false just on exception

This commit is contained in:
zilmar 2022-09-05 21:20:07 +09:30
parent 479e2e518c
commit a640ecfbc0
1 changed files with 0 additions and 2 deletions

View File

@ -748,9 +748,7 @@ bool CMipsMemoryVM::SB_NonMemory(uint32_t VAddr, uint32_t Value)
{ {
g_Notify->BreakPoint(__FILE__, __LINE__); g_Notify->BreakPoint(__FILE__, __LINE__);
} }
return false;
} }
return true; return true;
} }