diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.cpp b/src/ARMJIT_A64/ARMJIT_Compiler.cpp index b5702bf1..74a8f905 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) {