Explorar o código

Fix wrong type on CMTST instruction

gdkchan %!s(int64=8) %!d(string=hai) anos
pai
achega
30829fce52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ChocolArm64/Instruction/AInstEmitSimdCmp.cs

+ 1 - 1
ChocolArm64/Instruction/AInstEmitSimdCmp.cs

@@ -79,7 +79,7 @@ namespace ChocolArm64.Instruction
 
                 Context.Emit(OpCodes.And);
 
-                Context.EmitLdc_I4(0);
+                Context.EmitLdc_I8(0);
 
                 Context.Emit(OpCodes.Bne_Un_S, LblTrue);