Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as output

This commit is contained in:
MerryMage
2019-05-25 22:51:02 +01:00
parent ec8d57d882
commit 12314577c1
3 changed files with 7 additions and 6 deletions

View File

@ -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();