[Project64] CDebuggerUI::CPUStepStarted should not be testing read memory Breakpoints
This commit is contained in:
parent
bab9d93ebb
commit
f48995a1e1
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue