| Index: src/x64/lithium-codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.cc (revision 6989)
|
| +++ src/x64/lithium-codegen-x64.cc (working copy)
|
| @@ -1827,9 +1827,7 @@
|
| __ push(ToRegister(instr->InputAt(0)));
|
| __ Push(instr->function());
|
| __ movq(rsi, Operand(rbp, StandardFrameConstants::kContextOffset));
|
| - __ Call(stub.GetCode(), RelocInfo::CODE_TARGET);
|
| - RecordSafepointWithRegisters(
|
| - instr->pointer_map(), 0, Safepoint::kNoDeoptimizationIndex);
|
| + CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
|
| __ movq(kScratchRegister, rax);
|
| __ PopSafepointRegisters();
|
| __ testq(kScratchRegister, kScratchRegister);
|
|
|