diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-01-27 20:23:00 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-28 10:23:00 +1100 |
| commit | dcce4070719a3798bb96d3aa02b9ba02a7fecc16 (patch) | |
| tree | bf33f4c6a79b9261327227965b32685051653124 /ARMeilleure/Translation | |
| parent | 98d0240ce66f682e10efc3f826a61fc22b633183 (diff) | |
Lower precision of estimate instruction results to match Arm behavior (#1943)
* Lower precision of estimate instruction results to match Arm behavior
* PTC version update
* Nits
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 75a801e5..fd69077b 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -22,7 +22,7 @@ namespace ARMeilleure.Translation.PTC { private const string HeaderMagic = "PTChd"; - private const int InternalVersion = 1956; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 1943; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
