Fix x64 bustage.

This commit is contained in:
David Anderson 2012-08-09 17:19:31 -07:00
parent bc1eeba083
commit 447c479dc0

View File

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