mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-28 05:46:27 -05:00
Rename ARegisters to AThreadState
This commit is contained in:
@@ -159,7 +159,7 @@ namespace ChocolArm64.Instruction
|
||||
private static void EmitMemoryCall(AILEmitterCtx Context, string Name, int Rn = -1)
|
||||
{
|
||||
Context.EmitLdarg(ATranslatedSub.MemoryArgIdx);
|
||||
Context.EmitLdarg(ATranslatedSub.RegistersArgIdx);
|
||||
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
||||
|
||||
if (Rn != -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user