aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Instructions/InstEmitter.cs
blob: db6e8604f8a36122fe9879e4f1a3f8a8cc447597 (plain) (blame)
1
2
3
4
5
6
using ChocolArm64.Translation;

namespace ChocolArm64.Instructions
{
    delegate void InstEmitter(ILEmitterCtx context);
}