x64 JIT: generate patch trunk for RSCRATCH4
I thought I already fixed this?
This commit is contained in:
parent
887ad27ed8
commit
0e7df468c7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue