mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-30 22:06:27 -05:00
Rename ARegisters to AThreadState
This commit is contained in:
@@ -343,8 +343,11 @@ namespace ChocolArm64.Instruction
|
||||
private static void EmitZeroCVFlags(AILEmitterCtx Context)
|
||||
{
|
||||
Context.EmitLdc_I4(0);
|
||||
Context.EmitLdc_I4(0);
|
||||
|
||||
Context.EmitStflg((int)APState.VBit);
|
||||
|
||||
Context.EmitLdc_I4(0);
|
||||
|
||||
Context.EmitStflg((int)APState.CBit);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user