diff options
| author | FICTURE7 <FICTURE7@gmail.com> | 2020-09-01 03:55:15 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 20:55:15 -0300 |
| commit | 92f7f163ef0ad3d7a542460a5500074188a9d8b1 (patch) | |
| tree | af8ffef472615946d3041263ed6d85568bc971f3 /ARMeilleure/Translation | |
| parent | 2cb8bd7006e6e22798a6e44881f3e03d2fe637c5 (diff) | |
Improve static branch prediction along fast path for memory accesses (#1484)
* Improve static branch prediction along fast path for memory accesses
* Set PPTC interval version
Diffstat (limited to 'ARMeilleure/Translation')
| -rw-r--r-- | ARMeilleure/Translation/PTC/Ptc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index c6069d88..cfac570e 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -21,7 +21,7 @@ namespace ARMeilleure.Translation.PTC { private const string HeaderMagic = "PTChd"; - private const int InternalVersion = 1471; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 1484; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
