mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
a64_address_space: Fix ABI push/pop mismatch
This commit is contained in:
parent
cd2bee17f2
commit
9117cc101a
@ -280,7 +280,7 @@ static void* EmitWrappedWrite128CallTrampoline(oaknut::CodeGenerator& code, A64:
|
||||
code.FMOV(X3, V0.D()[1]);
|
||||
code.LDR(Xscratch0, l_addr);
|
||||
code.BLR(Xscratch0);
|
||||
ABI_PushRegisters(code, save_regs, 0);
|
||||
ABI_PopRegisters(code, save_regs, 0);
|
||||
code.RET();
|
||||
|
||||
code.align(8);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user