diff options
Diffstat (limited to 'ChocolArm64/Decoder/IAOpCodeAluImm.cs')
| -rw-r--r-- | ChocolArm64/Decoder/IAOpCodeAluImm.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ChocolArm64/Decoder/IAOpCodeAluImm.cs b/ChocolArm64/Decoder/IAOpCodeAluImm.cs deleted file mode 100644 index 04b5c5f7..00000000 --- a/ChocolArm64/Decoder/IAOpCodeAluImm.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace ChocolArm64.Decoder -{ - interface IAOpCodeAluImm : IAOpCodeAlu - { - long Imm { get; } - } -}
\ No newline at end of file |
