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