From c8bb3cc50e32e957609ee190dd5f35b9a349f640 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 13 Dec 2020 12:19:38 -0300 Subject: Fix register read after write on STREX implementation (#1801) * Fix register read after write on STREX implementation * PTC version update --- ARMeilleure/Translation/PTC/Ptc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ARMeilleure/Translation') diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index 2145f350..05dd352e 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 = 1783; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 1801; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; -- cgit v1.2.3