aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/State/AInstUndEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/State/AInstUndEventArgs.cs')
-rw-r--r--ChocolArm64/State/AInstUndEventArgs.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/ChocolArm64/State/AInstUndEventArgs.cs b/ChocolArm64/State/AInstUndEventArgs.cs
deleted file mode 100644
index 53de65a3..00000000
--- a/ChocolArm64/State/AInstUndEventArgs.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-
-namespace ChocolArm64.State
-{
- public class AInstUndEventArgs : EventArgs
- {
- public long Position { get; private set; }
- public int RawOpCode { get; private set; }
-
- public AInstUndEventArgs(long Position, int RawOpCode)
- {
- this.Position = Position;
- this.RawOpCode = RawOpCode;
- }
- }
-} \ No newline at end of file