mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Disable block linking while debugger stepping or if there are breakpoints
This commit is contained in:
parent
d0a3bb7650
commit
290e1bed37
6 changed files with 144 additions and 105 deletions
|
@ -310,10 +310,10 @@ void CCodeWindow::StepOver()
|
|||
{
|
||||
if (CCPU::IsStepping())
|
||||
{
|
||||
PowerPC::breakpoints.ClearAllTemporary();
|
||||
UGeckoInstruction inst = Memory::Read_Instruction(PC);
|
||||
if (inst.LK)
|
||||
{
|
||||
PowerPC::breakpoints.ClearAllTemporary();
|
||||
PowerPC::breakpoints.Add(PC + 4, true);
|
||||
CCPU::EnableStepping(false);
|
||||
JumpToAddress(PC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue