aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Instruction/AInstEmitter.cs
blob: 8712a7367c0ed43d0ab76bdc14ad082874780d37 (plain)
1
2
3
4
5
6
using ChocolArm64.Translation;

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