mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 08:57:11 +02:00
Fix wrong type on CMTST instruction
This commit is contained in:
parent
e5eea9c716
commit
91e3bccb51
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ namespace ChocolArm64.Instruction
|
||||||
|
|
||||||
Context.Emit(OpCodes.And);
|
Context.Emit(OpCodes.And);
|
||||||
|
|
||||||
Context.EmitLdc_I4(0);
|
Context.EmitLdc_I8(0);
|
||||||
|
|
||||||
Context.Emit(OpCodes.Bne_Un_S, LblTrue);
|
Context.Emit(OpCodes.Bne_Un_S, LblTrue);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue