diff options
Diffstat (limited to 'ChocolArm64/Decoder/AOpCodeBImmAl.cs')
| -rw-r--r-- | ChocolArm64/Decoder/AOpCodeBImmAl.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ChocolArm64/Decoder/AOpCodeBImmAl.cs b/ChocolArm64/Decoder/AOpCodeBImmAl.cs deleted file mode 100644 index a4ff686d..00000000 --- a/ChocolArm64/Decoder/AOpCodeBImmAl.cs +++ /dev/null @@ -1,12 +0,0 @@ -using ChocolArm64.Instruction; - -namespace ChocolArm64.Decoder -{ - class AOpCodeBImmAl : AOpCodeBImm - { - public AOpCodeBImmAl(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode) - { - Imm = Position + ADecoderHelper.DecodeImm26_2(OpCode); - } - } -}
\ No newline at end of file |
