diff options
Diffstat (limited to 'ChocolArm64/Decoders/ShiftType.cs')
| -rw-r--r-- | ChocolArm64/Decoders/ShiftType.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ChocolArm64/Decoders/ShiftType.cs b/ChocolArm64/Decoders/ShiftType.cs deleted file mode 100644 index cad43103..00000000 --- a/ChocolArm64/Decoders/ShiftType.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace ChocolArm64.Decoders -{ - enum ShiftType - { - Lsl = 0, - Lsr = 1, - Asr = 2, - Ror = 3 - } -}
\ No newline at end of file |
