mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-07 06:40:12 +00:00
JitArm64: Fix copy&paste issue
This commit is contained in:
parent
7196901b40
commit
a5c10ded55
@ -156,7 +156,7 @@ void JitArm64::psq_st(UGeckoInstruction inst)
|
||||
m_float_emit.ABI_PushRegisters(fprs_in_use, X30);
|
||||
BLR(EncodeRegTo64(type_reg));
|
||||
m_float_emit.ABI_PopRegisters(fprs_in_use, X30);
|
||||
ABI_PushRegisters(gprs_in_use);
|
||||
ABI_PopRegisters(gprs_in_use);
|
||||
|
||||
SetJumpTarget(continue1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user