InstEmitter.cs 123 B

123456
  1. using ChocolArm64.Translation;
  2. namespace ChocolArm64.Instructions
  3. {
  4. delegate void InstEmitter(ILEmitterCtx context);
  5. }