AInstEmitter.cs 124 B

123456
  1. using ChocolArm64.Translation;
  2. namespace ChocolArm64.Instruction
  3. {
  4. delegate void AInstEmitter(AILEmitterCtx Context);
  5. }