mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-24 18:28:44 +00:00
Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as output
This commit is contained in:
parent
ec8d57d882
commit
12314577c1
3 changed files with 7 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue