diff options
Diffstat (limited to 'ChocolArm64/Translation/ILBarrier.cs')
| -rw-r--r-- | ChocolArm64/Translation/ILBarrier.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChocolArm64/Translation/ILBarrier.cs b/ChocolArm64/Translation/ILBarrier.cs new file mode 100644 index 00000000..f931e992 --- /dev/null +++ b/ChocolArm64/Translation/ILBarrier.cs @@ -0,0 +1,7 @@ +namespace ChocolArm64.Translation +{ + struct ILBarrier : IILEmit + { + public void Emit(ILEmitter context) { } + } +}
\ No newline at end of file |
