mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 01:46:27 -05:00
Rename ARegisters to AThreadState
This commit is contained in:
@@ -53,7 +53,7 @@ namespace ChocolArm64.Translation
|
||||
{
|
||||
ARegister Reg = AILEmitter.GetRegFromBit(Bit, BaseType);
|
||||
|
||||
Context.Generator.EmitLdarg(ATranslatedSub.RegistersArgIdx);
|
||||
Context.Generator.EmitLdarg(ATranslatedSub.StateArgIdx);
|
||||
Context.Generator.Emit(OpCodes.Ldfld, Reg.GetField());
|
||||
|
||||
Context.Generator.EmitStloc(Context.GetLocalIndex(Reg));
|
||||
|
Reference in New Issue
Block a user