diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2022-09-13 03:24:09 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 08:24:09 +0200 |
| commit | 729ff5337cab8d1fd4cc66d7792d410172f25f62 (patch) | |
| tree | 65fe0eb59ecee1348da96865f8d9e5f648cd35d9 /ARMeilleure/Translation | |
| parent | 2492e7e808a3979ff54c5d28496d747e0a17fd5a (diff) | |
Fix increment on Arm32 NEON VLDn/VSTn instructions with regs > 1 (#3695)
* Fix increment on Arm32 NEON VLDn/VSTn instructions with regs > 1
* PPTC version bump
* PR feedback
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 3a950354..71f69ef7 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -27,7 +27,7 @@ namespace ARMeilleure.Translation.PTC private const string OuterHeaderMagicString = "PTCohd\0\0"; private const string InnerHeaderMagicString = "PTCihd\0\0"; - private const uint InternalVersion = 3683; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 3695; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
