diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2022-01-21 12:47:34 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-21 12:47:34 -0300 |
| commit | f0824fde9f511e9f6d1cda1f80549c93a5d6ce69 (patch) | |
| tree | 4e4a4c6a7e9be6bef72b9c45dd59be9aa48ec61d /ARMeilleure/Translation/PTC | |
| parent | 7e967d796cf572377f21af3817a22755c5b01cb1 (diff) | |
Add host CPU memory barriers for DMB/DSB and ordered load/store (#3015)
* Add host CPU memory barriers for DMB/DSB and ordered load/store
* PPTC version bump
* Revert to old barrier order
Diffstat (limited to 'ARMeilleure/Translation/PTC')
| -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 2142e34f..4cf01a76 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 = 2953; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 3015; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
