diff options
Diffstat (limited to 'ChocolArm64/Decoders/OpCodeT16.cs')
| -rw-r--r-- | ChocolArm64/Decoders/OpCodeT16.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ChocolArm64/Decoders/OpCodeT16.cs b/ChocolArm64/Decoders/OpCodeT16.cs deleted file mode 100644 index 005c470d..00000000 --- a/ChocolArm64/Decoders/OpCodeT16.cs +++ /dev/null @@ -1,14 +0,0 @@ -using ChocolArm64.Instructions; - -namespace ChocolArm64.Decoders -{ - class OpCodeT16 : OpCode32 - { - public OpCodeT16(Inst inst, long position, int opCode) : base(inst, position, opCode) - { - Cond = Condition.Al; - - OpCodeSizeInBytes = 2; - } - } -}
\ No newline at end of file |
