using ChocolArm64.Translation;

namespace ChocolArm64.Instruction
{
    delegate void AInstEmitter(AILEmitterCtx Context);
}