x64 JIT: generate patch trunk for RSCRATCH4

I thought I already fixed this?
This commit is contained in:
RSDuck 2020-07-25 22:21:26 +02:00
parent 887ad27ed8
commit 0e7df468c7
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ Compiler::Compiler()
{
for (int reg = 0; reg < 16; reg++)
{
if (reg == RSCRATCH || reg == ABI_PARAM1 || reg == ABI_PARAM2 || reg == ABI_PARAM3)
if (reg == RSCRATCH || reg == ABI_PARAM1 || reg == ABI_PARAM2)
{
PatchedStoreFuncs[consoleType][num][size][reg] = NULL;
PatchedLoadFuncs[consoleType][num][size][0][reg] = NULL;