PPTC version bump
This commit is contained in:
parent
8a38a6a87c
commit
3a3f2be008
2 changed files with 1 additions and 15 deletions
|
@ -85,20 +85,6 @@ namespace ARMeilleure.CodeGen.RegisterAllocators
|
||||||
CopySource = copySource;
|
CopySource = copySource;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool TryGetCopySource(out LiveInterval copySource)
|
|
||||||
{
|
|
||||||
if (CopySource._data != null)
|
|
||||||
{
|
|
||||||
copySource = CopySource;
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
copySource = default;
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool TryGetCopySourceRegister(out int copySourceRegIndex)
|
public bool TryGetCopySourceRegister(out int copySourceRegIndex)
|
||||||
{
|
{
|
||||||
if (CopySource._data != null)
|
if (CopySource._data != null)
|
||||||
|
|
|
@ -29,7 +29,7 @@ namespace ARMeilleure.Translation.PTC
|
||||||
private const string OuterHeaderMagicString = "PTCohd\0\0";
|
private const string OuterHeaderMagicString = "PTCohd\0\0";
|
||||||
private const string InnerHeaderMagicString = "PTCihd\0\0";
|
private const string InnerHeaderMagicString = "PTCihd\0\0";
|
||||||
|
|
||||||
private const uint InternalVersion = 6634; //! To be incremented manually for each change to the ARMeilleure project.
|
private const uint InternalVersion = 6950; //! To be incremented manually for each change to the ARMeilleure project.
|
||||||
|
|
||||||
private const string ActualDir = "0";
|
private const string ActualDir = "0";
|
||||||
private const string BackupDir = "1";
|
private const string BackupDir = "1";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue