diff options
Diffstat (limited to 'ARMeilleure/State/InstExceptionEventArgs.cs')
-rw-r--r-- | ARMeilleure/State/InstExceptionEventArgs.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ARMeilleure/State/InstExceptionEventArgs.cs b/ARMeilleure/State/InstExceptionEventArgs.cs deleted file mode 100644 index c2460e4b..00000000 --- a/ARMeilleure/State/InstExceptionEventArgs.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace ARMeilleure.State -{ - public class InstExceptionEventArgs : EventArgs - { - public ulong Address { get; } - public int Id { get; } - - public InstExceptionEventArgs(ulong address, int id) - { - Address = address; - Id = id; - } - } -}
\ No newline at end of file |