aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoder/IAOpCodeLit.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoder/IAOpCodeLit.cs')
-rw-r--r--ChocolArm64/Decoder/IAOpCodeLit.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/ChocolArm64/Decoder/IAOpCodeLit.cs b/ChocolArm64/Decoder/IAOpCodeLit.cs
deleted file mode 100644
index 0f5092d0..00000000
--- a/ChocolArm64/Decoder/IAOpCodeLit.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace ChocolArm64.Decoder
-{
- interface IAOpCodeLit : IAOpCode
- {
- int Rt { get; }
- long Imm { get; }
- int Size { get; }
- bool Signed { get; }
- bool Prefetch { get; }
- }
-} \ No newline at end of file