mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
fix ARM64 again
This commit is contained in:
parent
3b994fe892
commit
1494d7aa24
@ -333,7 +333,7 @@ Compiler::Compiler()
|
||||
{
|
||||
if (!(reg == W4 || (reg >= W19 && reg <= W26)))
|
||||
continue;
|
||||
ARM64Reg rdMapped = W0 + reg;
|
||||
ARM64Reg rdMapped = (ARM64Reg)reg;
|
||||
PatchedStoreFuncs[consoleType][num][size][reg] = GetRXPtr();
|
||||
if (num == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user