aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoders/OpCodeException64.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoders/OpCodeException64.cs')
-rw-r--r--ChocolArm64/Decoders/OpCodeException64.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/ChocolArm64/Decoders/OpCodeException64.cs b/ChocolArm64/Decoders/OpCodeException64.cs
deleted file mode 100644
index 2554124c..00000000
--- a/ChocolArm64/Decoders/OpCodeException64.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using ChocolArm64.Instructions;
-
-namespace ChocolArm64.Decoders
-{
- class OpCodeException64 : OpCode64
- {
- public int Id { get; private set; }
-
- public OpCodeException64(Inst inst, long position, int opCode) : base(inst, position, opCode)
- {
- Id = (opCode >> 5) & 0xffff;
- }
- }
-} \ No newline at end of file