mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 11:47:10 +02:00
Rename ARegisters to AThreadState
This commit is contained in:
parent
74e0ac27ef
commit
f50667f0ee
25 changed files with 303 additions and 301 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue