diff options
Diffstat (limited to 'ChocolArm64/State/CpuThreadState.cs')
| -rw-r--r-- | ChocolArm64/State/CpuThreadState.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/State/CpuThreadState.cs b/ChocolArm64/State/CpuThreadState.cs index ed106f71..a4ee5d07 100644 --- a/ChocolArm64/State/CpuThreadState.cs +++ b/ChocolArm64/State/CpuThreadState.cs @@ -80,7 +80,7 @@ namespace ChocolArm64.State } } - public event EventHandler<EventArgs> Interrupt; + public event EventHandler<EventArgs> Interrupt; public event EventHandler<InstExceptionEventArgs> Break; public event EventHandler<InstExceptionEventArgs> SvcCall; public event EventHandler<InstUndefinedEventArgs> Undefined; |
