aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoder/AOpCodeBImm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoder/AOpCodeBImm.cs')
-rw-r--r--ChocolArm64/Decoder/AOpCodeBImm.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/ChocolArm64/Decoder/AOpCodeBImm.cs b/ChocolArm64/Decoder/AOpCodeBImm.cs
deleted file mode 100644
index 6519d281..00000000
--- a/ChocolArm64/Decoder/AOpCodeBImm.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using ChocolArm64.Instruction;
-
-namespace ChocolArm64.Decoder
-{
- class AOpCodeBImm : AOpCode
- {
- public long Imm { get; protected set; }
-
- public AOpCodeBImm(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode) { }
- }
-} \ No newline at end of file