diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2021-01-20 18:01:21 +0100 |
---|---|---|
committer | RSDuck <RSDuck@users.noreply.github.com> | 2021-01-20 18:01:21 +0100 |
commit | 3b994fe8921fd5f96ca02461b06b9596ae9a9b75 (patch) | |
tree | 630fc06ac32d23d38bfb1bc20b6fe0a809dc3906 /src/ARMJIT_A64 | |
parent | 771dfaca2e3851217287aa73423eb6ec6d6b4360 (diff) |
fix last commit for ARM64
Diffstat (limited to 'src/ARMJIT_A64')
-rw-r--r-- | src/ARMJIT_A64/ARMJIT_Compiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.cpp b/src/ARMJIT_A64/ARMJIT_Compiler.cpp index b5702bf..74a8f90 100644 --- a/src/ARMJIT_A64/ARMJIT_Compiler.cpp +++ b/src/ARMJIT_A64/ARMJIT_Compiler.cpp @@ -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) { |