aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/State/AInstExceptEventArgs.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-02-25 22:14:58 -0300
committergdkchan <gab.dark.100@gmail.com>2018-02-25 22:14:58 -0300
commit950011c90fe28fe9edd8ebe0d0a771f6adcff7a1 (patch)
tree407416f5ee2a157d06ce2fa267671b7e2d1e0946 /ChocolArm64/State/AInstExceptEventArgs.cs
parente174100474fcfe484cc8e93c4db447886096615d (diff)
Added initial support for function names from symbol table on the cpu with tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store
Diffstat (limited to 'ChocolArm64/State/AInstExceptEventArgs.cs')
-rw-r--r--ChocolArm64/State/AInstExceptEventArgs.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/ChocolArm64/State/AInstExceptEventArgs.cs b/ChocolArm64/State/AInstExceptEventArgs.cs
deleted file mode 100644
index f2ee039b..00000000
--- a/ChocolArm64/State/AInstExceptEventArgs.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-
-namespace ChocolArm64.State
-{
- public class AInstExceptEventArgs : EventArgs
- {
- public int Id { get; private set; }
-
- public AInstExceptEventArgs(int Id)
- {
- this.Id = Id;
- }
- }
-} \ No newline at end of file