diff options
| author | LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> | 2018-11-01 05:22:09 +0100 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-11-01 01:22:09 -0300 |
| commit | 1e7ea76f148660ff403938f3f84376879901e3ff (patch) | |
| tree | f01eece0c78b2946c80b885403005000ac1278a4 /ChocolArm64/State/CpuThreadState.cs | |
| parent | 53e66645260e1dfe382138fa8ed09376da99cb60 (diff) | |
Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489)
* Update SoftFloat.cs
* Update SoftFallback.cs
* Update InstEmitSimdShift.cs
* Update InstEmitSimdCvt.cs
* Update InstEmitSimdArithmetic.cs
* Update CryptoHelper.cs
* Update CpuTestSimd.cs
* Update CpuTestSimdReg.cs
* Update CpuThreadState.cs
* Update OpCodeTable.cs
* Add files via upload
* Nit.
* Remove unused using. Nit.
* Remove unused using. FZ update.
* Nit.
* Remove unused using.
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; |
