mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix x64 bustage.
This commit is contained in:
parent
bc1eeba083
commit
447c479dc0
@ -763,7 +763,7 @@ class CallCompiler : public BaseCompiler
|
||||
|
||||
masm.move(ionReturn, JSReturnReg_Type);
|
||||
|
||||
masm.move(JSReturnReg_Type, rval);
|
||||
masm.storePtr(JSReturnReg_Type, rval);
|
||||
masm.move(Registers::PayloadMaskReg, JSReturnReg_Data);
|
||||
masm.andPtr(JSReturnReg_Type, JSReturnReg_Data);
|
||||
masm.xorPtr(JSReturnReg_Data, JSReturnReg_Type);
|
||||
|
Loading…
Reference in New Issue
Block a user