diff options
Diffstat (limited to 'ChocolArm64/Translation/ILOpCode.cs')
| -rw-r--r-- | ChocolArm64/Translation/ILOpCode.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ChocolArm64/Translation/ILOpCode.cs b/ChocolArm64/Translation/ILOpCode.cs deleted file mode 100644 index 48645282..00000000 --- a/ChocolArm64/Translation/ILOpCode.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection.Emit; - -namespace ChocolArm64.Translation -{ - struct ILOpCode : IILEmit - { - public OpCode ILOp { get; } - - public ILOpCode(OpCode ilOp) - { - ILOp = ilOp; - } - - public void Emit(ILMethodBuilder context) - { - context.Generator.Emit(ILOp); - } - } -}
\ No newline at end of file |
