0
0
mirror of https://git.743378673.xyz/MeloNX/MeloNX.git synced 2025-05-14 00:35:16 +00:00

Fix wrong type on CMTST instruction

This commit is contained in:
gdkchan 2018-05-23 12:57:28 -03:00
parent e78737089c
commit 30829fce52

View File

@ -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);