fix last commit for ARM64
This commit is contained in:
parent
771dfaca2e
commit
3b994fe892
|
@ -333,6 +333,7 @@ Compiler::Compiler()
|
|||
{
|
||||
if (!(reg == W4 || (reg >= W19 && reg <= W26)))
|
||||
continue;
|
||||
ARM64Reg rdMapped = W0 + reg;
|
||||
PatchedStoreFuncs[consoleType][num][size][reg] = GetRXPtr();
|
||||
if (num == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue