mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as output
This commit is contained in:
@ -37,7 +37,7 @@ public:
|
||||
// Call
|
||||
MOVQ_xmm(XMM0, R(ABI_PARAM1));
|
||||
ABI_CallFunction(raw_cdts);
|
||||
MOVQ_xmm(R(ABI_RETURN), XMM0);
|
||||
MOV(32, R(ABI_RETURN), R(RSCRATCH));
|
||||
|
||||
ABI_PopRegistersAndAdjustStack(ABI_ALL_CALLEE_SAVED, 8, 16);
|
||||
RET();
|
||||
|
Reference in New Issue
Block a user