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