aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Translation/IILEmit.cs
blob: 3c3925ee0a814f4f60f8716bc48f26078c4404f5 (plain) (blame)
1
2
3
4
5
6
7
namespace ChocolArm64.Translation
{
    interface IILEmit
    {
        void Emit(ILEmitter context);
    }
}