Added initial support for function names from symbol table on the cpu with tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store
This commit is contained in:
parent
e174100474
commit
950011c90f
20 changed files with 217 additions and 93 deletions
|
@ -67,7 +67,7 @@ namespace ChocolArm64.Translation
|
|||
public long VecOutputs;
|
||||
}
|
||||
|
||||
private const int MaxOptGraphLength = 120;
|
||||
private const int MaxOptGraphLength = 55;
|
||||
|
||||
public ALocalAlloc(AILBlock[] Graph, AILBlock Root)
|
||||
{
|
||||
|
@ -149,11 +149,7 @@ namespace ChocolArm64.Translation
|
|||
|
||||
if (RetTarget)
|
||||
{
|
||||
BlkIO.Entry = Block;
|
||||
BlkIO.IntInputs = 0;
|
||||
BlkIO.VecInputs = 0;
|
||||
BlkIO.IntOutputs = 0;
|
||||
BlkIO.VecOutputs = 0;
|
||||
BlkIO.Entry = Block;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue