fix last commit for ARM64

This commit is contained in:
RSDuck 2021-01-20 18:01:21 +01:00
parent 771dfaca2e
commit 3b994fe892
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{