Fix mistake on astc conversion, make some static methods that shouldn't be public private, remove old commmented out code
This commit is contained in:
@ -50,7 +50,7 @@ namespace ChocolArm64.Instruction
|
||||
EmitBitBif(Context, false);
|
||||
}
|
||||
|
||||
public static void EmitBitBif(AILEmitterCtx Context, bool NotRm)
|
||||
private static void EmitBitBif(AILEmitterCtx Context, bool NotRm)
|
||||
{
|
||||
AOpCodeSimdReg Op = (AOpCodeSimdReg)Context.CurrOp;
|
||||
|
||||
|
Reference in New Issue
Block a user