[Project64] CDebuggerUI::CPUStepStarted should not be testing read memory Breakpoints

This commit is contained in:
zilmar 2018-04-14 11:49:06 +10:00
parent bab9d93ebb
commit f48995a1e1
1 changed files with 0 additions and 5 deletions

View File

@ -403,11 +403,6 @@ void CDebuggerUI::CPUStepStarted()
if (opInfo.IsLoadCommand()) // Read instructions
{
m_ScriptSystem->HookCPURead()->InvokeByParamInRange(memoryAddress);
if (m_Breakpoints->ReadBPExists8(memoryAddress))
{
goto breakpoint_hit;
}
}
else // Write instructions
{