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