Update CpuThreadState.cs
This commit is contained in:
parent
e4ec09592d
commit
2a5558a32c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue