From 26a881176eb6513a98889648e0d5b7fe647cd0e3 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 9 Apr 2022 11:56:50 -0300 Subject: Fix tail merge from block with conditional jump to multiple returns (#3267) * Fix tail merge from block with conditional jump to multiple returns * PPTC version bump --- 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 35bbc56e..43f3b08b 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 = 3193; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 3267; //! 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