mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-12-23 15:23:44 +00:00
HvExecutionContext: fix DebugPc
This commit is contained in:
parent
ac438d6572
commit
40584e0e45
@ -162,8 +162,8 @@ namespace Ryujinx.Cpu.AppleHv
|
|||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public ulong DebugPc
|
public ulong DebugPc
|
||||||
{
|
{
|
||||||
get => Pc;
|
get => _impl.ElrEl1;
|
||||||
set => Pc = value;
|
set => _impl.ElrEl1 = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user