Refactor stepping code, fix stepping over a breakpoint
This commit is contained in:
parent
cc32ac251b
commit
6b74bcec7c
10 changed files with 74 additions and 62 deletions
|
@ -25,7 +25,6 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
|
|||
private readonly ulong[] _x = new ulong[32];
|
||||
|
||||
public ulong DebugPc { get; set; }
|
||||
public Barrier StepBarrier { get; }
|
||||
|
||||
public ulong GetX(int index) => _x[index];
|
||||
public void SetX(int index, ulong value) => _x[index] = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue