diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-09-01 17:02:23 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-01 17:02:23 -0300 |
| commit | 6cc187da594a620f89df38ff537511138b03c9dc (patch) | |
| tree | 4b34d6ea95d4bef76eaa92e735a523ae90fe7bcc /ARMeilleure/Translation | |
| parent | 3d294a9a6ccf5c620e328bfd87a8cf354b6af227 (diff) | |
SIMD&FP load/store with scale > 4 should be undefined (#1522)
* SIMD&FP load/store with scale > 4 should be undefined
* Catch more invalid encodings for FP&SIMD LDR/STR (reg variant)
* Set PTC version to PR number
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 cfac570e..8ca83583 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 = 1484; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 1522; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
